Skip to content

Commit d1c484e

Browse files
committed
fixed lint
1 parent 2f88a16 commit d1c484e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Components/Navbar/UserNavbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function UserNavBar(props) {
77
initials = props.user.firstName[0] + props.user.lastName[0];
88
}
99

10-
let color = ''
10+
let color = '';
1111
if(props.user.backgroundColor) {
1212
color = props.user.backgroundColor;
1313
} else {

src/Pages/UserManager/EditUserInfo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export default function EditUserInfo(props) {
6363
);
6464
setDiscordId(result.responseData.discordID);
6565
setBackgroundColor(result.responseData.backgroundColor || '#15191e');
66-
6766
setEmail(result.responseData.email);
6867
}
6968
setLoading(false);

0 commit comments

Comments
 (0)