Skip to content

Commit ec62824

Browse files
committed
delete a comment
1 parent 7d97b9f commit ec62824

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/StatusBar/StatusBar.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ const StatusBar = ({ backgroundColor, statusArray, apiRequestStatus, addClass })
4040
StatusBar.propTypes = {
4141
addClass: PropTypes.string,
4242
apiRequestStatus: PropTypes.string.isRequired,
43-
// the webstore is currently configured to only accept 'light' or 'secondary' as the backgroundColor options because of the $custom-colors variable.
44-
// we are not limiting the prop type to only those two strings because the webstore options may expand in the future.
4543
backgroundColor: PropTypes.string,
4644
statusArray: PropTypes.arrayOf(PropTypes.shape({})).isRequired,
4745
}

0 commit comments

Comments
 (0)