Skip to content

Commit

Permalink
feat(vil-610): change the way to save each step
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanJuz committed Oct 22, 2024
1 parent 9780f58 commit c449b12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/game/CreateGame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const CreateGame = ({ stepNumber }: PlayProps) => {
console.log('DATA : ', activity?.data);

Check failure on line 30 in src/components/game/CreateGame.tsx

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement

if (query?.activity_id) {
const data = activity?.data.game1;
let activityStepGame = activity?.data.game1 as StepsTypes[];
switch (stepNumber) {
case 3:
Expand Down

0 comments on commit c449b12

Please sign in to comment.