Skip to content

Commit

Permalink
Delete unused window message
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 21, 2024
1 parent dae6fa2 commit dae5cc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useHandleWindowMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const WindowMessageTypes = {
OFFER_MODERATED: 'OFFER_MODERATED',
OPEN_ANNOUNCEMENT_MODAL: 'OPEN_ANNOUNCEMENT_MODAL',
PAGE_HEIGHT: 'PAGE_HEIGHT',
OWNERSHIP_REQUEST_DIALOG_OPENED: 'OWNERSHIP_REQUEST_DIALOG_OPENED',
};

const useHandleWindowMessage = (eventsMap = {}) => {
Expand Down

0 comments on commit dae5cc2

Please sign in to comment.