Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JiashuHarryHuang committed May 10, 2024
1 parent 87db286 commit 68c560c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/Event/EventApplication/ApplicationPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const processChoices = (choices: String[] | undefined) => {
let showNoneItem = false;
let showOtherItem = false;
let showSelectAllItem = false;

choices.forEach(choice => {
switch (choice) {
case constants.NONE:
Expand Down
1 change: 0 additions & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export const EVENT_CONTACT_ICON_WIDTH = 23;
*/
export const EVENT_CONTACT_ICON_HEIGHT = 23;


/**
* Constants for application form choices
*/
Expand Down

0 comments on commit 68c560c

Please sign in to comment.