Merge branch 'lint-fix' into 'develop'

Lint fix

See merge request soapbox-pub/soapbox-fe!668
This commit is contained in:
Alex Gleason
2021-08-11 17:48:20 +00:00

View File

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