Skip to content

Commit

Permalink
fix check-js errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Dec 18, 2024
1 parent 3671140 commit 0cf372b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export const TimelineToolbox = ({
>
<TerminalItemStep
id={START_TERMINAL_ITEM_ID}
title={t('starting_deck')}
sidebarWidth={sidebarWidth}
/>
<DraggableSteps
Expand All @@ -108,7 +107,6 @@ export const TimelineToolbox = ({
<PresavedStep sidebarWidth={sidebarWidth} />
<TerminalItemStep
id={END_TERMINAL_ITEM_ID}
title={t('ending_deck')}
sidebarWidth={sidebarWidth}
/>
</Flex>
Expand Down

0 comments on commit 0cf372b

Please sign in to comment.