Skip to content

Commit

Permalink
remove volume count
Browse files Browse the repository at this point in the history
  • Loading branch information
miaawong committed Jan 9, 2025
1 parent b89545f commit 221b4dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/src/components/snapshots/SnapshotRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ class SnapshotRow extends Component {
{snapshot?.volumeSizeHuman}{" "}
</p>
)}
<p className="u-fontSize--normal u-textColor--accent u-fontWeight--bold u-lineHeight--normal justifyContent--center flex alignItems--center">
<span className="icon snapshot-volume-icon" />{" "}
{snapshot?.volumeSuccessCount}/{snapshot?.volumeCount}
</p>
</div>
{snapshot?.status === "Completed" ? (
<p className="u-fontSize--small u-textColor--bodyCopy u-fontWeight--medium u-lineHeight--normal u-marginTop--10 u-marginRight--20">
Expand Down

0 comments on commit 221b4dd

Please sign in to comment.