Skip to content

Commit

Permalink
pfe-107 Removed last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PriJoh committed Dec 17, 2024
1 parent 533c7cc commit e34b9da
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/App/ComponentsDocumentation/components/Card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,6 @@ const basename = process.env.basename;
const brand = process.env.brand;

const Overview = () => {


const [overviewCards, setOverviewCards] = useState(null);

useEffect(() => {
const loadOverviewCards = async () => {
const constants = await import(`./${brand === "payex" ? "constantspayex" : "constants"}`);
setOverviewCards(constants.overviewCards);
};

loadOverviewCards();
}, [brand]);


return (
<>
<h2 id="overview">Overview</h2>
Expand Down

0 comments on commit e34b9da

Please sign in to comment.