Skip to content

Commit

Permalink
dumili: Fix error when fetching story details
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Jan 25, 2025
1 parent 5be1c65 commit 6c97dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
entry.acceptedStoryKind &&
storyDetails[suggestion.storycode]?.originalstoryversioncode &&
entry.acceptedStoryKind?.kind !=
storyversionDetails[storyDetails[suggestion.storycode].originalstoryversioncode!].kind
storyversionDetails[storyDetails[suggestion.storycode].originalstoryversioncode!]?.kind
"
:title="
$t(
Expand Down

0 comments on commit 6c97dc4

Please sign in to comment.