Skip to content

Commit

Permalink
tgui bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed Jun 3, 2024
1 parent 3273691 commit 2f78c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/OverwatchConsole.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ const SavedCoordinates = (props) => {
<Input
width="100%"
value={coords.comment}
onChange={(value) =>
onChange={(e, value) =>
act('change_coordinate_comment', {
comment: value,
index: coords.index,
Expand Down

0 comments on commit 2f78c4d

Please sign in to comment.