Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiano cardelli committed Aug 29, 2024
1 parent c65aed4 commit 615a1aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/components/details-panel/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { DetailsPanelBackButton } from './back-button';
interface Props {
backHref: string;
children: React.ReactNode;
backButton: React.ReactNode;
}

export const DetailsPanelLayout = ({ backHref, children }: Props) => {
Expand Down

0 comments on commit 615a1aa

Please sign in to comment.