Skip to content

Commit

Permalink
Don't keep size
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed May 6, 2024
1 parent 9394a03 commit a914732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/pages/SubmitPlus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default function SubmitPlus() {
isValidating,
} = useSWRInfinite<Event[]>(getKey, eventFetcher, {
revalidateOnFocus: false,
persistSize: true,
});

const events = useMemo(
Expand Down

0 comments on commit a914732

Please sign in to comment.