Let there be const

This commit is contained in:
Filip Bech-Larsen
2023-09-21 15:33:26 +02:00
parent 41a6676a5c
commit 3bd3312c6f

View File

@@ -6,7 +6,7 @@ interface DisplayStatus {
color: InterfaceColor;
key: string;
}
var userStates: DisplayStatus[] = [
const userStates: DisplayStatus[] = [
{ "key": "All", color:"positive", look: "secondary" } ,
{ "key": "Active", "color": "positive", look: "primary" },
{ "key": "Disabled", "color": "danger", look: "primary" },