Skip to content

Commit

Permalink
remove bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bturcotte committed Nov 29, 2024
1 parent b651a74 commit 4937cfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Tabs/StartTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const StartTab = ({ disabled, record, updateRecord, handleUpdateRecord, userID }
const mounted = useRef(false);

const themes = themesList.map(theme => theme === language);
console.log(`Helloooo ${themes[0]}`);



Expand Down

0 comments on commit 4937cfd

Please sign in to comment.