Skip to content

Commit

Permalink
chore: 사물함 반납 버튼 제거 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfishAltruism committed Mar 6, 2024
1 parent e4bb817 commit 05262fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/locker/locations/LockerLocationsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const LockerLocationsPage: React.FC = observer(() => {
</PageBody>
<SubmitButton />
<LockerApplicationModal />
<LockerReturnModal />
{/* <LockerReturnModal /> */}
<LockerExtendModal />
</>
);
Expand Down

0 comments on commit 05262fb

Please sign in to comment.