More accurately hide/show and track chat state
This commit is contained in:
@@ -9,5 +9,5 @@ interface Props {
|
||||
export default function FooterComponent(props: Props) {
|
||||
const { version } = props;
|
||||
|
||||
return <Footer style={{ textAlign: 'center', height: '64px' }}>Footer: Owncast {version}</Footer>;
|
||||
return <Footer style={{ textAlign: 'center', height: '64px' }}>Owncast {version}</Footer>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user