chore: removed i18n-utils dependency from surveys package (#7223)

Co-authored-by: TheodorTomas <theodortomas@gmail.com>
This commit is contained in:
Dhruwang Jariwala
2026-02-13 13:38:18 +05:30
committed by GitHub
parent 091b78d1e3
commit 36f091bc73
9 changed files with 305 additions and 11 deletions
@@ -38,7 +38,11 @@ const getBadgeConfig = (
}
};
export const EnterpriseLicenseStatus = ({ status, gracePeriodEnd, environmentId }: EnterpriseLicenseStatusProps) => {
export const EnterpriseLicenseStatus = ({
status,
gracePeriodEnd,
environmentId,
}: EnterpriseLicenseStatusProps) => {
const { t } = useTranslation();
const router = useRouter();
const [isRechecking, setIsRechecking] = useState(false);