mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
uplink fixes
This commit is contained in:
@@ -131,10 +131,10 @@ export class Uplink extends Component {
|
||||
) : (
|
||||
<Tabs vertical>
|
||||
{categories.map(category => {
|
||||
const {
|
||||
items = [],
|
||||
name,
|
||||
} = category;
|
||||
const { name, items } = category;
|
||||
if (items === null) {
|
||||
return;
|
||||
}
|
||||
return (
|
||||
<Tabs.Tab
|
||||
key={name}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -318,6 +318,7 @@ const ROUTES = {
|
||||
uplink: {
|
||||
component: () => Uplink,
|
||||
scrollable: true,
|
||||
theme: 'syndicate',
|
||||
},
|
||||
vault_controller: {
|
||||
component: () => VaultController,
|
||||
|
||||
Reference in New Issue
Block a user