Skip to content

Commit 3ad99eb

Browse files
committed
#1310: Reran Prettier
1 parent 720a49d commit 3ad99eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementRequestForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ const ReimbursementRequestForm: React.FC<ReimbursementRequestFormProps> = ({
122122
} = useAllProjects();
123123

124124
// checking the data here instead of using isError since function doesn't ever return an error
125-
const { data : userSecureSettings, isLoading: checkSecureSettingsIsLoading } = useCurrentUserSecureSettings();
126-
125+
const { data: userSecureSettings, isLoading: checkSecureSettingsIsLoading } = useCurrentUserSecureSettings();
126+
127127
// checks to make sure none of the secure settings fields are empty, indicating not properly set
128128
const hasSecureSettingsSet = Object.values(userSecureSettings ?? {}).every((x) => x !== '') ? true : false;
129129

0 commit comments

Comments
 (0)