Change id generation algorithm, display notifications total on the main page
This commit is contained in:
@@ -110,7 +110,7 @@ const List = React.memo(
|
||||
);
|
||||
|
||||
List.propTypes = {
|
||||
id: PropTypes.number.isRequired,
|
||||
id: PropTypes.string.isRequired,
|
||||
index: PropTypes.number.isRequired,
|
||||
name: PropTypes.string.isRequired,
|
||||
isPersisted: PropTypes.bool.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user