Skip to content

Commit

Permalink
[ReviewEntries] Prevent table flickering with parts of speech (#3217)
Browse files Browse the repository at this point in the history
Fixes bug which appeared in #3156.
  • Loading branch information
imnasnainaec authored Jul 1, 2024
1 parent 755fbe0 commit 157753b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Buttons/PartOfSpeechButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { Fragment, ReactElement } from "react";
import { useTranslation } from "react-i18next";

import { GramCatGroup, GrammaticalInfo } from "api/models";
import { IconButtonWithTooltip } from "components/Buttons";
// Loadable is interfering with table rendering, so import this button directly
import IconButtonWithTooltip from "components/Buttons/IconButtonWithTooltip";
import { getGramCatGroupColor } from "utilities/wordUtilities";

interface PartOfSpeechButtonProps {
Expand Down

0 comments on commit 157753b

Please sign in to comment.