fix react warnings on config page

This commit is contained in:
gingervitis
2020-11-28 18:43:59 -08:00
parent 3822e49591
commit 1c40d2d428
4 changed files with 27 additions and 30 deletions

View File

@@ -8,9 +8,7 @@ Will display an overview with the following datasources:
TODO: Link each overview value to the sub-page that focuses on it.
GW: to do:
- Hardware + Viewer count views- top 3 boxes - restyle
- Home - more box shadoe?
- maybe not have "current stream" nav section
- maybe make outbound/inbound smaller (since it's fixed info for current stream)
- reformat "Inbound Video Stream" section.
*/
@@ -31,9 +29,6 @@ import {
} from "../utils/apis";
import { formatIPAddress, isEmptyObject } from "../utils/format";
const { Title } = Typography;
export default function Home() {
const serverStatusData = useContext(ServerStatusContext);
const { broadcaster, serverConfig: configData } = serverStatusData || {};