mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -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),
|
canRemove: selectCanRemoveManager(state, ownProps.id),
|
||||||
canPromote: false,
|
canPromote: false,
|
||||||
canTransferHost: selectCanTransfer(state, ownProps.id),
|
canTransferHost: selectCanTransfer(state, ownProps.id),
|
||||||
isCreator: state.studio.owner === ownProps.id
|
isCreator: state.studio.host === ownProps.id
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
onRemove: removeManager
|
onRemove: removeManager
|
||||||
|
|
Loading…
Reference in a new issue