Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 29, 2023
1 parent 849f8fc commit 6c72375
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tgui/packages/tgui/interfaces/DrawnMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export class DrawnMap extends Component {
position: 'relative',
width: '100%',
height: '100%',
}}
>
}}>
<img
src={this.flatImgSrc}
alt={this.backupImgSrc || 'Please wait for a new tacmap announcement'}
Expand All @@ -56,8 +55,7 @@ export class DrawnMap extends Component {
top: 0,
left: 0,
zIndex: 1,
}}
>
}}>
{parsedSvgData.map((line, index) => (
<line
key={index}
Expand Down

0 comments on commit 6c72375

Please sign in to comment.