diff --git a/client/src/features/RushGame/RushGameComponents/RushCardComparison.tsx b/client/src/features/RushGame/RushGameComponents/RushCardComparison.tsx index c3e08734..8a0e97f1 100644 --- a/client/src/features/RushGame/RushGameComponents/RushCardComparison.tsx +++ b/client/src/features/RushGame/RushGameComponents/RushCardComparison.tsx @@ -24,7 +24,8 @@ export default function RushCardComparison() { isLoading: isLoadingPostSelectedRushOption, fetchData: postSelectedRushOptionApply, } = useFetch( - ({ token, optionId }) => RushAPI.postSelectedRushOptionApply(token, optionId) + ({ token, optionId }) => RushAPI.postSelectedRushOptionApply(token, optionId), + false ); const handleCardSelection = async (optionId: CardOption) => {