Edit stream info
This commit is contained in:
@ -63,7 +63,7 @@ export function LayoutPage() {
|
||||
</header>
|
||||
<Outlet />
|
||||
{newStream && <Modal onClose={() => setNewStream(false)} >
|
||||
<NewStream />
|
||||
<NewStream onFinish={() => navigate("/")} />
|
||||
</Modal>}
|
||||
</>
|
||||
}
|
Reference in New Issue
Block a user