Skip to content

Commit

Permalink
chore: remove noise
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Jan 20, 2024
1 parent 6a33f30 commit 4953893
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ incorrect. For this simple question, it's possible to write 18 variations!
That's 16 times more seeing this question than you really need to see it. In
Chair Flight, these question variants are combined into a single question:

{" "}

<QuestionOverview
questionId={"QYFPA3CY4E"}
questionBank="Atpl"
Expand Down
1 change: 0 additions & 1 deletion libs/react/components/src/flashcard/flashcard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const Flashcard = forwardRef<HTMLDivElement, FlashcardProps>(
variant="outlined"
sx={{ transform: flipped ? "rotateY(180deg)" : "rotateY(0deg)" }}
>
{" "}
<Box
sx={{
flex: 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const QuestionVariantPreview = forwardRef<
alignItems: "center",
}}
>
<Typography level="h5">{`${id}`}</Typography>{" "}
<Typography level="h5">{`${id}`}</Typography>
{variantId && <Typography level="body-sm">{`${variantId}`}</Typography>}
<Box sx={{ display: "flex", alignItems: "flex-end" }}>
{topRightCorner}
Expand Down

0 comments on commit 4953893

Please sign in to comment.