Skip to content

Commit

Permalink
fix: 새로고침 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
always97 committed Dec 4, 2024
1 parent 824950a commit e1bd9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/features/lobby/LobbyList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const LobbyList: React.FC<LobbyListProps> = ({ rooms, refreshRooms }) =>
width: '50px',
height: '50px'
}}
onClick={() => refreshRooms}
onClick={refreshRooms}
/>
</header>
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8 w-full">
Expand Down

0 comments on commit e1bd9df

Please sign in to comment.