From 62456f41288eb0f03c5092d36610d566f275c8b5 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Tue, 3 Jun 2025 20:06:44 +0700 Subject: selectQuestionById, useMemo selector (MultiChoice.choices makes a lot of lookup). Setting up the Questions view to do Pagination to tab through available questions and view one at a time --- src/models/bucketSlice.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/models/bucketSlice.ts') diff --git a/src/models/bucketSlice.ts b/src/models/bucketSlice.ts index 3a2c0d1..1a15263 100644 --- a/src/models/bucketSlice.ts +++ b/src/models/bucketSlice.ts @@ -23,7 +23,6 @@ export default bucketSlice.reducer export const selectBucketsStatus = (state: RootState) => state.buckets.status export const selectBucketsError = (state: RootState) => state.buckets.error - export const selectAllBuckets = (state: RootState) => state.buckets export const selectBucketById = (state: RootState, bucketId: string | null) => -- cgit v1.2.3