Set error data

This commit is contained in:
Wyatt Benno 2019-12-09 10:31:57 +09:00
parent 1a043d4350
commit 8ee8033955
5 changed files with 11 additions and 7 deletions

View file

@ -38,7 +38,7 @@ export const defaultState = () => ({
notifications: emptyNotifications(),
favorites: new Set(),
error: false,
errorData: '',
errorData: null,
timelines: {
mentions: emptyTl(),
public: emptyTl(),