mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-23 08:02:04 +02:00
MISC: Remove extra semicolon in Job page (#2796)
The semi-colon was visible when selecting text that includes it, rendering the game LiterallyUnplayble™
This commit is contained in:
@@ -19,7 +19,7 @@ export function JobRoot(): React.ReactElement {
|
||||
}
|
||||
return (
|
||||
<Box key={companyName} sx={{ marginBottom: "20px" }}>
|
||||
<GenericLocation location={location} showBackButton={false} />;
|
||||
<GenericLocation location={location} showBackButton={false} />
|
||||
</Box>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user