Skip to content

Commit

Permalink
adjust delete report button spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpople committed Jan 17, 2025
1 parent b731651 commit ede125a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,11 @@ export const CustomReportTemplates = ({
{searchResults?.map((customReport) => (
<Flex
key={customReport.id}
className="justify-between"
className={
userCanDeleteReports
? "justify-between"
: "justify-start"
}
>
<Radio
value={customReport.id}
Expand Down

0 comments on commit ede125a

Please sign in to comment.