Skip to content

Commit

Permalink
ui fiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Dec 20, 2023
1 parent 72282fb commit 32b60fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tgui/packages/tgui/interfaces/TacticalMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface TacMapProps {

const PAGES = [
{
title: 'tacmap',
title: 'Live Tacmap',
canOpen: (data) => {
return 1;
},
Expand All @@ -42,7 +42,7 @@ const PAGES = [
},
},
{
title: 'old canvas',
title: 'Map View',
canOpen: (data) => {
return 1;
},
Expand All @@ -53,7 +53,7 @@ const PAGES = [
},
},
{
title: 'new canvas',
title: 'Canvas',
canOpen: (data) => {
return data.tacmapReady;
},
Expand Down

0 comments on commit 32b60fe

Please sign in to comment.