1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-07 11:55:17 +02:00

Fixed bug with fetching config. Pushed version 1.7.0

This commit is contained in:
Paweł Malak 2021-10-11 15:15:26 +02:00
parent 6f8a017bfb
commit 7129fe83da
6 changed files with 11 additions and 5 deletions

View file

@ -17,6 +17,7 @@ const getConfig = (state: State, action: Action): State => {
return {
...state,
loading: false,
config: action.payload,
};
};