mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
removing account separator
This commit is contained in:
parent
2a7b6a874c
commit
d94a1ae812
1 changed files with 2 additions and 0 deletions
|
@ -112,10 +112,12 @@ export async function show(): Promise<void> {
|
|||
|
||||
if (Auth.currentUser) {
|
||||
$("#alertsPopup .accountAlerts").removeClass("hidden");
|
||||
$("#alertsPopup .separator.accountSeparator").removeClass("hidden");
|
||||
$("#alertsPopup .accountAlerts .list").html(`
|
||||
<div class="preloader"><i class="fas fa-fw fa-spin fa-circle-notch"></i></div>`);
|
||||
} else {
|
||||
$("#alertsPopup .accountAlerts").addClass("hidden");
|
||||
$("#alertsPopup .separator.accountSeparator").addClass("hidden");
|
||||
}
|
||||
|
||||
accountAlerts = [];
|
||||
|
|
Loading…
Reference in a new issue