From 6b58fb76b11f21648ca2bc551f97b6e09e4be13b Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 13 Feb 2025 10:21:35 -0500 Subject: from last --- src/client/views/pdf/GPTPopup/GPTPopup.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.tsx b/src/client/views/pdf/GPTPopup/GPTPopup.tsx index 628766209..2d95ac2eb 100644 --- a/src/client/views/pdf/GPTPopup/GPTPopup.tsx +++ b/src/client/views/pdf/GPTPopup/GPTPopup.tsx @@ -497,19 +497,7 @@ export class GPTPopup extends ObservableReactComponent { sortBox = (isSort: boolean) => (
{this.heading(isSort ? 'SORTING' : 'QUIZ')} - {!this.cardsDoneLoading ? ( -
-
- a - - {this.loading ? Loading... : Reading Cards...} -
-
- ) : this.mode === GPTPopupMode.CARD ? ( - this.cardMenu() - ) : ( - this.cardActual(isSort) - )} + {this.mode === GPTPopupMode.CARD ? this.cardMenu() : this.cardActual(isSort)}
); -- cgit v1.2.3-70-g09d2