🎨 Simplify arrow function syntax in watch callback
This commit is contained in:
@@ -326,7 +326,7 @@ const {
|
||||
} = useChallongeTests(client, apiVersion, tournamentScope);
|
||||
|
||||
// Update perPage when selector changes
|
||||
watch(perPage, (newValue) => {
|
||||
watch(perPage, newValue => {
|
||||
changePerPage(newValue);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user