Prevent flashing tabs issue (#58397)

This was occurring due to remove_admin_tabs being called for non admins in statpanel.dm:44. This ended up being redundant and not needed, therefore I removed the line.

Co-authored-by: celotajstg <celotajstg@users.noreply.github.com>
This commit is contained in:
Celotajs
2021-04-13 09:40:35 -07:00
committed by GitHub
co-authored by celotajstg
parent 3295cdb0fa
commit 74cfa33193
-1
View File
@@ -862,7 +862,6 @@ function remove_tickets() {
function remove_interviews() {
if(tickets) {
tickets = [];
update_verbs();
}
checkStatusTab();
}