Skip to content

Commit e4a9bcf

Browse files
refactor: extract UserDisplay helper to reduce duplication in Provenance card
Co-authored-by: tomvothecoder <25624127+tomvothecoder@users.noreply.github.com>
1 parent b0068a6 commit e4a9bcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/features/simulations/components/SimulationDetailsView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ const DiffCell = ({ value, className }: { value: unknown; className?: string })
6363
</div>
6464
);
6565
};
66-
6766
// -------------------- View Component --------------------
6867
export const SimulationDetailsView = ({
6968
simulation,

0 commit comments

Comments
 (0)