Skip to content

Commit

Permalink
Remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzemien97 committed Jul 17, 2024
1 parent 1869e3f commit 0a0fc0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FlexTableItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default function FlexTableItem({
style,
mobileColumns,
}: DivProps) {
console.log(mobileColumns);
let className;
if (mobileColumns != 2) className = styles.flexTableItem1;
else className = styles.flexTableItem2;
Expand Down

0 comments on commit 0a0fc0f

Please sign in to comment.