Reformat code with Prettier's new rules.
This commit is contained in:
@@ -4,7 +4,7 @@ export const albumViewReducer = (
|
||||
previousState = {
|
||||
grid: true,
|
||||
},
|
||||
payload
|
||||
payload,
|
||||
) => {
|
||||
const { type } = payload
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user