Skip to content

Commit

Permalink
remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
KjartanE committed Oct 4, 2022
1 parent e7b6bb1 commit 7cc235b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/features/admin/users/AccessRequestList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ const AccessRequestList: React.FC<IAccessRequestListProps> = (props) => {
subject: 'SIMS: Your request for access has been approved.',
header: 'Your request for access to the Species Inventory Management System has been approved.',
body1: 'This is an automated message from the BioHub Species Inventory Management System',
body2: ' ',
footer: ' '
body2: '',
footer: ''
} as IgcNotifyGenericMessage
);
} catch (error) {
Expand Down Expand Up @@ -141,8 +141,8 @@ const AccessRequestList: React.FC<IAccessRequestListProps> = (props) => {
subject: 'SIMS: Your request for access has been denied.',
header: 'Your request for access to the Species Inventory Management System has been denied.',
body1: 'This is an automated message from the BioHub Species Inventory Management System',
body2: ' ',
footer: ' '
body2: '',
footer: ''
} as IgcNotifyGenericMessage
);
} catch (error) {
Expand Down

0 comments on commit 7cc235b

Please sign in to comment.