Skip to content

Commit

Permalink
fix: removed boolean that blocked single-line-remove-btn from mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Dec 10, 2024
1 parent d8b96ab commit 8c00424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/production-line/production-line.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const ProductionLine = ({
return (
<>
<HeaderWrapper>
{!isMobile && !isSingleCall && (
{!isSingleCall && (
<ButtonWrapper>
<ExitCallButton resetOnExit={() => setConfirmExitModalOpen(true)} />
{confirmExitModalOpen && (
Expand Down

0 comments on commit 8c00424

Please sign in to comment.