Skip to content

Commit

Permalink
fix: entry header hidden condition
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 26, 2024
1 parent 2938b74 commit 4188142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/modules/entry-content/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function EntryHeader({
)

const entryTitleMeta = useEntryTitleMeta()
if (!entry?.entries.url) return null
if (!entry?.entries) return null

return (
<div
Expand Down

0 comments on commit 4188142

Please sign in to comment.