Skip to content

Commit

Permalink
rm limit banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ohosgor committed Feb 21, 2024
1 parent 1682dac commit 92025ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 87 deletions.

This file was deleted.

23 changes: 0 additions & 23 deletions app/src/components/common/FeatureLimiterBanner/styles.scss

This file was deleted.

2 changes: 0 additions & 2 deletions app/src/components/features/rules/RulesListContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import {
import { trackRulesImportStarted, trackUploadRulesButtonClicked } from "modules/analytics/events/features/rules";
import { trackShareButtonClicked } from "modules/analytics/events/misc/sharing";
import { redirectToCreateNewRule } from "utils/RedirectionUtils";
import FeatureLimiterBanner from "components/common/FeatureLimiterBanner/featureLimiterBanner";
import { useFeatureIsOn } from "@growthbook/growthbook-react";
import "./RulesListContainer.css";

Expand Down Expand Up @@ -209,7 +208,6 @@ const RulesListContainer = ({ isTableLoading = false }) => {
return (
<>
{/* Page content */}
{isFeatureLimiterOn && user.isLimitReached ? <FeatureLimiterBanner /> : null}
{/* Table */}
<ProCard title={null} className="rules-table-container rules-list-container">
<RulesTable
Expand Down

0 comments on commit 92025ac

Please sign in to comment.