Skip to content

Commit

Permalink
nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Nov 6, 2023
1 parent 37e3013 commit ceaad2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const MenuOptionSelectionUndo: React.FunctionComponent<

return (
<>
{select.length === state?.fileIndexItems.length ? (
{select.length === state?.fileIndexItems?.length ? (
<li
data-test="undo-selection"
className="menu-option"
Expand Down

0 comments on commit ceaad2c

Please sign in to comment.