From 3cf040bcdfcbf5a78169c86486bb1843622a2e26 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Wed, 14 Jul 2021 00:53:35 -0300 Subject: [PATCH] Update VorePanel.js --- tgui/packages/tgui/interfaces/VorePanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tgui/packages/tgui/interfaces/VorePanel.js b/tgui/packages/tgui/interfaces/VorePanel.js index 1ab293a9ab..4a99bada10 100644 --- a/tgui/packages/tgui/interfaces/VorePanel.js +++ b/tgui/packages/tgui/interfaces/VorePanel.js @@ -1,3 +1,4 @@ +/* eslint-disable max-len */ import { Fragment } from 'inferno'; import { useBackend, useLocalState } from "../backend"; import { Box, Button, Flex, Collapsible, Icon, LabeledList, NoticeBox, Section, Tabs } from "../components";