Skip to content

Commit

Permalink
fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshid committed Dec 3, 2024
1 parent 01f9302 commit 2a94c4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function EditConversionModalComponent(props: EditConversionModalC
msg += `Deleting this unit conversion will orphan ${unitDataById[state.destinationId].name}.\n`;
}
}
if (msg = '') {
if (msg === '') {
msg += 'Deleting this unit conversion between two units of type unit will have consequences.\n';
}
}
Expand Down

0 comments on commit 2a94c4f

Please sign in to comment.