Skip to content

Commit

Permalink
Merge branch 'Sandstorm-Station:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MosleyTheMalO authored Jan 31, 2023
2 parents a8226ec + 410b08f commit 7a78b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/OperatingComputer.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const PatientStateView = (props, context) => {
</Fragment>
)}
</LabeledList.Item>
{!!data.alternative_step && (
{procedure.alternative_step && (
<LabeledList.Item label="Alternative Step">
{procedure.alternative_step}
{procedure.alt_chems_needed && (
Expand Down

0 comments on commit 7a78b05

Please sign in to comment.