Use scratchteam instead of is_staff

This commit is contained in:
Paul Kaplan 2018-10-18 13:09:43 -04:00 committed by GitHub
parent 61947f2390
commit 4f6f7502ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,