Merge branch 'lint-fix' into 'develop'

Lint fix

See merge request soapbox-pub/soapbox-fe!668
groups^2
Alex Gleason 2021-08-11 17:48:20 +00:00
commit 6665efdc1e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,4 +32,4 @@ export default function aliasesReducer(state = initialState, action) {
default:
return state;
}
};
}