Skip to content

Commit

Permalink
Fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Jan 31, 2024
1 parent d514f89 commit 37e7047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const Completion = props => {
</Typography>
</Stack>
) : (
state.selected.id > 0 && (
state.selected?.id > 0 && (
<CompletionContent
completion={state.selected}
isEditable={isEditable}
Expand Down

0 comments on commit 37e7047

Please sign in to comment.