diff options
author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-18 03:23:00 -0400 |
---|---|---|
committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-18 03:23:00 -0400 |
commit | 57f0d29c0a783bfa797b8e5584bbf800a1f076de (patch) | |
tree | 074de108ffb83392f3f4860fd84a549c2040bdf0 /src | |
parent | 184d078644806668a213aa7fd4ed242bb24a2932 (diff) |
bed time
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionCardDeckView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCardDeckView.tsx b/src/client/views/collections/CollectionCardDeckView.tsx index f2da61844..b2a94c3c6 100644 --- a/src/client/views/collections/CollectionCardDeckView.tsx +++ b/src/client/views/collections/CollectionCardDeckView.tsx @@ -718,7 +718,6 @@ export class CollectionCardView extends CollectionSubView() { if (isChat){ return NumCast(doc.chatGroup) } - switch (groupNumber){ case 0: return NumCast(doc.custom1Group) |