Skip to content

Commit

Permalink
Merge pull request #1325 from brave/master
Browse files Browse the repository at this point in the history
Production Release 2024-08-20
  • Loading branch information
tackley committed Aug 20, 2024
2 parents a9e9615 + e092baf commit 684681f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/search/preview/SummaryPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import MonetizationOnOutlinedIcon from "@mui/icons-material/MonetizationOnOutlin
import PercentIcon from "@mui/icons-material/Percent";
import ArticleIcon from "@mui/icons-material/Article";
import { SearchData } from "./data";
import { formatUsd, formatWholeNumber } from "@/user/library/format";
import { formatWholeNumber } from "@/user/library/format";

function SummaryEntry({
title,
Expand Down Expand Up @@ -92,11 +92,6 @@ export function SummaryPanel({ searchData }: Props) {
icon={<MonetizationOnOutlinedIcon sx={{ color: "text.secondary" }} />}
value={
<Box display="flex" gap={1} alignItems="center">
<Box component="span" sx={{ textDecoration: "line-through" }}>
{formatUsd(searchData.estimates.trialBudget, {
dollarsOnly: true,
})}
</Box>
<Box
color="primary.contrastText"
bgcolor="primary.main"
Expand Down

0 comments on commit 684681f

Please sign in to comment.