fix react warnings on config page
This commit is contained in:
@@ -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 || {};
|
||||
|
||||
Reference in New Issue
Block a user