mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Use scratchteam instead of is_staff
This commit is contained in:
parent
61947f2390
commit
4f6f7502ae
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ TopLevelComment.propTypes = {
|
|||
author: PropTypes.shape({
|
||||
id: PropTypes.number,
|
||||
image: PropTypes.string,
|
||||
is_staff: PropTypes.bool,
|
||||
scratchteam: PropTypes.bool,
|
||||
username: PropTypes.string
|
||||
}),
|
||||
canDelete: PropTypes.bool,
|
||||
|
|
Loading…
Reference in a new issue