Skip to content

Commit

Permalink
fix: improve security status components
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Nov 1, 2023
1 parent 499586e commit 2026eec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class TokenSecurityStatus {
case TSSecurityStatus.INVALID:
default:
this.statusColor = "#ff4f4f";
this.statusIcon = "";
this.statusIcon = "";
break;
}
}
Expand Down

0 comments on commit 2026eec

Please sign in to comment.