Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
solveit-rodion-kuhty committed Sep 19, 2023
1 parent 14afe21 commit e7d20b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/src/components/Steps/Steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export const Steps = (): JSX.Element => {
const isMobile = useMediaQuery('(max-width: 600px)');
const { name } = useGameInfo();

console.log(name, 'name');

const mockData: StepsProps[] = [
{
number: '01',
Expand Down

0 comments on commit e7d20b5

Please sign in to comment.