Skip to content

Commit

Permalink
isModalOpen useState
Browse files Browse the repository at this point in the history
  • Loading branch information
Enya committed Aug 22, 2023
1 parent dd40b8b commit 8bd2e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/js/components/RoomList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const RoomList = () => {
<Pagination className='row__pagination' current={10} totalPage={20} />
</div>
<Modal
isModalOpen={true}
isModalOpen={isModalOpen}
title={null}
footer={
<div className='button_group'>
Expand Down

0 comments on commit 8bd2e43

Please sign in to comment.