Skip to content

Commit

Permalink
fix: prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
red-game-dev committed Oct 24, 2023
1 parent ef947a2 commit b9fd67f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/frontend/screens/Library/components/GameCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ const GameCard = ({

const navigate = useNavigate()

const {
layout,
allTilesInColor,
showDialogModal,
setIsSettingsModalOpen
} = useContext(ContextProvider)
const { layout, allTilesInColor, showDialogModal, setIsSettingsModalOpen } =
useContext(ContextProvider)

const {
title,
Expand Down

0 comments on commit b9fd67f

Please sign in to comment.