feat(client): surface pending session interactions
This commit is contained in:
@@ -56,7 +56,6 @@ function props(
|
||||
displayTitle: 'worker',
|
||||
running: true,
|
||||
blank: false,
|
||||
waitingApproval: false,
|
||||
updatedAt: Date.now(),
|
||||
},
|
||||
},
|
||||
@@ -83,7 +82,6 @@ function summary(id: SessionId, updatedAt: number): SessionSummary {
|
||||
displayTitle: id,
|
||||
running: false,
|
||||
blank: false,
|
||||
waitingApproval: false,
|
||||
updatedAt,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user