Cleanup unused code

This commit is contained in:
Alex Gleason
2022-02-10 16:36:36 -06:00
parent f051b70b10
commit 01dd53328b
2 changed files with 0 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ export const getQuirks = createSelector([
], (v) => {
return {
invertedPagination: v.software === PLEROMA,
skipsAppCreation: v.software === MITRA,
ethereumLoginOnly: v.software === MITRA,
};
});