Skip to content

Commit

Permalink
remove balances in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Sep 16, 2024
1 parent 2e7a931 commit 572ec25
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Link } from "react-router-dom";
import type { EndowClaim } from "types/aws";
import { useProfileContext } from "../../../ProfileContext";
import DonateButton from "../../DonateButton";
import Balances from "./Balances";
import Socials from "./Socials";
import Tags from "./Tags";

Expand All @@ -14,7 +13,6 @@ export default function DetailsColumn({ className = "" }) {
const { active_in_countries = [] } = p;
return (
<div className="flex flex-col gap-6 w-full">
<Balances />
<div className={`${className} w-full lg:w-96`}>
<div className="flex flex-col gap-8 w-full p-8 border border-gray-l4 rounded">
{p.registration_number && (
Expand Down

0 comments on commit 572ec25

Please sign in to comment.