BUGFIX: Update GraftingWork.tsx (#1315)

Removed the purposeful structural typo as it was causing bug reports.
This commit is contained in:
Sphyxis 2024-05-27 16:22:31 -06:00 committed by GitHub
parent bf5c43daa2
commit 4b5e0b1f6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,7 +56,7 @@ export class GraftingWork extends Work {
dialogBoxCreate(
<>
You've finished grafting {augName}.<br />
The augmentation has been applied to your body{" "}
The augmentation has been applied to your body
{Player.hasAugmentation(AugmentationName.CongruityImplant, true) ? "." : ", but you feel a bit off."}
</>,
);