mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
show "Studio Host" on manager tile
This commit is contained in:
parent
f87b64d166
commit
1d4c7e8938
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ const ManagerTile = connect(
|
|||
canRemove: selectCanRemoveManager(state, ownProps.id),
|
||||
canPromote: false,
|
||||
canTransferHost: selectCanTransfer(state, ownProps.id),
|
||||
isCreator: state.studio.owner === ownProps.id
|
||||
isCreator: state.studio.host === ownProps.id
|
||||
}),
|
||||
{
|
||||
onRemove: removeManager
|
||||
|
|
Loading…
Reference in a new issue