Set error data
This commit is contained in:
parent
1a043d4350
commit
8ee8033955
5 changed files with 11 additions and 7 deletions
|
@ -38,7 +38,7 @@ export const defaultState = () => ({
|
|||
notifications: emptyNotifications(),
|
||||
favorites: new Set(),
|
||||
error: false,
|
||||
errorData: '',
|
||||
errorData: null,
|
||||
timelines: {
|
||||
mentions: emptyTl(),
|
||||
public: emptyTl(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue