mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 01:29:22 +00:00
Put it on one line
This commit is contained in:
parent
7fb1dfbb65
commit
e1820e7fa2
1 changed files with 1 additions and 4 deletions
|
|
@ -43,10 +43,7 @@ const display = (state = defaultDisplayState, action) => {
|
|||
case CLOSE_WINAMP:
|
||||
return { ...state, closed: true };
|
||||
case LOADED:
|
||||
return {
|
||||
...state,
|
||||
loading: false
|
||||
};
|
||||
return { ...state, loading: false };
|
||||
case SET_SKIN_DATA:
|
||||
return {
|
||||
...state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue