🚀
This commit is contained in:
@@ -85,11 +85,11 @@ export const Session = (props: Props) => {
|
||||
</Popconfirm>,
|
||||
<Popconfirm
|
||||
key="nuke"
|
||||
title="Delete all photos?"
|
||||
title="Delete all photos and return to dashboard?"
|
||||
onConfirm={handleNuke}
|
||||
>
|
||||
<Button danger disabled={!active}>
|
||||
Nuke Session
|
||||
Abort Session
|
||||
</Button>
|
||||
</Popconfirm>,
|
||||
<Button
|
||||
@@ -105,7 +105,7 @@ export const Session = (props: Props) => {
|
||||
></PageHeader>
|
||||
<Divider />
|
||||
<Row className="controls">
|
||||
<SessionPictures clientId={clientId} />
|
||||
{active && <SessionPictures clientId={clientId} />}
|
||||
</Row>
|
||||
</Content>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user