Skip to content

Commit

Permalink
Removed unnecessary import { Col }
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizFNJ committed Dec 16, 2024
1 parent f9109bb commit 6b85b26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useCallback, useContext, useState } from "react";
import AletheiaButton from "../../Button";
import { Col } from "antd";
import { Grid } from "@mui/material";
import SummarizationApi from "../../../api/summarizationApi";
import { useTranslation } from "next-i18next";
Expand Down
1 change: 0 additions & 1 deletion src/components/Home/DonationBanner.style.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import styled from "styled-components";
import colors from "../../styles/colors";
import { Grid } from "@mui/material";
import { Col } from "antd";
import { queries } from "../../styles/mediaQueries";


Expand Down
4 changes: 0 additions & 4 deletions src/components/Home/DonationBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ const DonationBanner = () => {
return null;
}

if (!enableDonationBanner) {
return null
};

return showDonationBanner && (
<DonationBannerStyle>
<Grid container className="banner-container">
Expand Down

0 comments on commit 6b85b26

Please sign in to comment.