1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

change: remove wip notice from dashboard

This commit is contained in:
Ash Keel 2023-02-06 10:36:18 +01:00
parent d38b982733
commit 24e963c19e
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -414,7 +414,6 @@ export default function Dashboard(): React.ReactElement {
return (
<PageContainer>
<TwitchSection />
<WIPNotice />
</PageContainer>
);
}