performance pass on /s/:id route (#183)

* chore(web): attempt a slightly faster unauthed /s/ load

* retype RouteWrapper
This commit is contained in:
41666 2021-03-15 20:22:18 -04:00 committed by GitHub
parent e0fcfc310e
commit 81b6de7f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -12,6 +12,7 @@ import { makeRoleTransactions } from '../utils/roleTransactions';
type PickerProps = {
serverID: string;
path: string;
};
const Picker = (props: PickerProps) => {