From f39dde70a0bddcdd2894c69194cd484f34eb7aa6 Mon Sep 17 00:00:00 2001
From: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
Date: Mon, 26 May 2025 06:32:44 -0700
Subject: [PATCH] Fixes some tgui bluescreen issues (#91292)
## About The Pull Request
Fixes #90730
both `localstorage.remainingStorage` and `marquee` are invalid this
century

## Why It's Good For The Game
Bug fix
## Changelog
:cl:
fix: Fixed unwrapped tgui bluescreen text
/:cl:
---
tgui/packages/tgui/stories/Storage.stories.tsx | 4 ----
tgui/public/tgui.html | 5 ++---
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/tgui/packages/tgui/stories/Storage.stories.tsx b/tgui/packages/tgui/stories/Storage.stories.tsx
index 5c63cf82be4..c5234a1e31d 100644
--- a/tgui/packages/tgui/stories/Storage.stories.tsx
+++ b/tgui/packages/tgui/stories/Storage.stories.tsx
@@ -6,7 +6,6 @@
import { storage } from 'common/storage';
import { Button, LabeledList, NoticeBox, Section } from 'tgui-core/components';
-import { formatSiUnit } from 'tgui-core/format';
export const meta = {
title: 'Storage',
@@ -37,9 +36,6 @@ const Story = (props) => {