Skip to content

Commit 5718005

Browse files
committed
fix: remove unused condition
1 parent 0712c8e commit 5718005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/components/AiBuilder/components/IdeaButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function IdeaButtons({ ideas, onClick }: IdeaButtonsProps) {
1818
Need inspiration? Try one of these:
1919
</FormLabel>
2020
<Flex
21-
flexDir={isMobile ? 'row' : 'row'}
21+
flexDir="row"
2222
gap={2}
2323
justifyContent="space-between"
2424
flexWrap="wrap"

0 commit comments

Comments
 (0)