Remove mock notifications

This commit is contained in:
Nicholas Zuber 2019-11-23 19:13:47 -05:00
parent b2243bfe39
commit 910f8374ac
2 changed files with 3 additions and 11 deletions

View File

@ -12,15 +12,7 @@ export const Colors = [
'#1c7ed6',
'#ae3ec9',
'#e67700',
'#2f9e44',
// '#9C27B0',
// '#27B768',
// '#00A0F5',
// '#ffc915',
// '#EE3F46',
// '#10293c',
// '#fd9446',
// '#fc46fd'
'#2f9e44'
];
export function colorOfString (str = '') {

View File

@ -49,8 +49,8 @@ class StorageProvider extends React.Component {
this.setState({ notifications });
const mockNotifications = createMockNotifications(20);
this.setState({ notifications: mockNotifications });
// const mockNotifications = createMockNotifications(20);
// this.setState({ notifications: mockNotifications });
}
/**