diff --git a/src/renderer/src/modules/entry-content/index.tsx b/src/renderer/src/modules/entry-content/index.tsx index b4b6070f1..b8341cda3 100644 --- a/src/renderer/src/modules/entry-content/index.tsx +++ b/src/renderer/src/modules/entry-content/index.tsx @@ -104,18 +104,6 @@ function EntryContentRender({ entryId }: { entryId: string }) { new Date(entry.entries.publishedAt).toUTCString()} - {!content && ( -
- {!error ? ( - - ) : ( -
- - Network Error -
- )} -
- )}
{(summary.isLoading || summary.data) && (
@@ -130,6 +118,18 @@ function EntryContentRender({ entryId }: { entryId: string }) { )} {content}
+ {!content && ( +
+ {!error ? ( + + ) : ( +
+ + Network Error +
+ )} +
+ )}