From 0af32207a89b320a62572f7f7c2d7403640c301f Mon Sep 17 00:00:00 2001
From: Ghommie <42542238+Ghommie@users.noreply.github.com>
Date: Sun, 31 May 2020 18:39:58 +0200
Subject: [PATCH] Cheese and crackers! It compiles.
---
tgui-next/packages/tgui/interfaces/Skills.js | 91 +++++++++++--------
tgui-next/packages/tgui/public/tgui.bundle.js | 4 +-
tgui-next/packages/tgui/routes.js | 5 +
3 files changed, 60 insertions(+), 40 deletions(-)
diff --git a/tgui-next/packages/tgui/interfaces/Skills.js b/tgui-next/packages/tgui/interfaces/Skills.js
index 462990811d..56d0e070fd 100644
--- a/tgui-next/packages/tgui/interfaces/Skills.js
+++ b/tgui-next/packages/tgui/interfaces/Skills.js
@@ -1,7 +1,7 @@
import { decodeHtmlEntities } from 'common/string';
import { Component, Fragment } from 'inferno';
import { act } from '../byond';
-import { Box, Button, Section, Table, Tabs } from '../components';
+import { Box, Button, Section, LabeledList, Table, Tabs } from '../components';
export const Skills = props => {
const { state } = props;
@@ -11,39 +11,46 @@ export const Skills = props => {
name,
compact_mode,
selected_category,
+ see_skill_mods,
categories = [],
} = props;
return (