Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBurgess committed Dec 5, 2024
1 parent 3ef25e4 commit ed5cb24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/dashboard/src/components/SnapshotHeader/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Icon from "@powerpipe/components/Icon";
import SnapshotDiffButton from "@powerpipe/components/SnapshotDiffButton";
import { classNames } from "@powerpipe/utils/styles";
import { DashboardDataModeCLISnapshot } from "@powerpipe/types";
import { registerComponent } from "@powerpipe/components/dashboards";
Expand All @@ -19,7 +18,6 @@ const SnapshotHeader = () => {
<Icon className="h-5 w-5" icon="photo_camera" />
<span className="font-medium">Snapshot:</span>
<span className="text-foreground-lighter">{snapshotFileName}</span>
{/* <SnapshotDiffButton /> */}
</div>
</div>
</>
Expand Down

0 comments on commit ed5cb24

Please sign in to comment.