diff --git a/src/components/Buttons/PartOfSpeechButton.tsx b/src/components/Buttons/PartOfSpeechButton.tsx index 4720e3974f..cd8359db1f 100644 --- a/src/components/Buttons/PartOfSpeechButton.tsx +++ b/src/components/Buttons/PartOfSpeechButton.tsx @@ -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 {