fix(settings): more work on server settings pages

This commit is contained in:
trashtemp
2021-12-24 23:27:35 +01:00
parent 9b4619cbd1
commit 245c7a46ed
5 changed files with 23 additions and 25 deletions

View File

@@ -49,12 +49,7 @@ export default function ChannelSettings() {
<GenericSettings
pages={[
{
category: (
<Category
variant="uniform"
text={getChannelName(channel, true)}
/>
),
category: <div>{getChannelName(channel, true)}</div>,
id: "overview",
icon: <InfoCircle size={20} />,
title: (