Skip to content

Commit 764cc64

Browse files
committed
fixed linting item
1 parent 5c9afad commit 764cc64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/pages/UserProfilePage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,9 @@ const UserProfilePage = () => {
457457
</div>
458458

459459
<Modal
460-
461460
data-testid="modal-delete-profile"
462461
isOpen={isDeleteModalOpen}
463-
464462
onClose={() => setIsDeleteModalOpen(false)}
465-
466463
className="profile-delete-modal-panel"
467464
overlayClassName="profile-delete-modal-overlay"
468465
showCloseButton={false}

0 commit comments

Comments
 (0)