mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
clean up of home section; now with styling
This commit is contained in:
@ -8,6 +8,7 @@ const initialState = {
|
||||
broadcaster: null,
|
||||
online: false,
|
||||
viewerCount: 0,
|
||||
sessionMaxViewerCount: 0,
|
||||
sessionPeakViewerCount: 0,
|
||||
overallPeakViewerCount: 0,
|
||||
disableUpgradeChecks: true,
|
||||
@ -25,7 +26,7 @@ const ServerStatusProvider = ({ children }) => {
|
||||
setStatus({ ...result });
|
||||
|
||||
} catch (error) {
|
||||
// setBroadcasterStatus({ ...broadcasterStatus, message: error.message });
|
||||
// todo
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user