mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
performance pass on /s/:id route (#183)
* chore(web): attempt a slightly faster unauthed /s/ load * retype RouteWrapper
This commit is contained in:
parent
e0fcfc310e
commit
81b6de7f71
2 changed files with 5 additions and 4 deletions
|
@ -12,6 +12,7 @@ import { makeRoleTransactions } from '../utils/roleTransactions';
|
|||
|
||||
type PickerProps = {
|
||||
serverID: string;
|
||||
path: string;
|
||||
};
|
||||
|
||||
const Picker = (props: PickerProps) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue