Skip to content

Commit

Permalink
bugfix: Syndie supply pad console withdraw (#6232)
Browse files Browse the repository at this point in the history
* tgui_syndiecargo_fix

* Update SyndieCargoConsole.js

* Update tgui.bundle.js
  • Loading branch information
Samirakis authored Dec 21, 2024
1 parent 345044c commit abaf41c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/SyndieCargoConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ const StatusPane = (_properties, context) => {
<Button
tooltip="Withdraw money from the console"
content="Withdraw"
onClick={() => act('withdraw', cash)}
onClick={() => act('withdraw', { cash })}
/>
<Button
content={adminAddCash}
tooltip="Bless the players with da money!"
onClick={() => act('add_money', cash)}
onClick={() => act('add_money', { cash })}
/>
</LabeledList.Item>
)}
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

0 comments on commit abaf41c

Please sign in to comment.