Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miaawong committed Jan 15, 2025
1 parent 29c8815 commit 2547347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/snapshots/SnapshotDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ class SnapshotDetails extends Component {
</p>
</div>
</div>
{/* only render accordian if there are more than one snapshot for EC */}
{/* only render accordion if there are more than one snapshot for EC */}
{backupDetails &&
backupDetails?.map((snapshotDetail) => {
const isActive = activeIds.includes(snapshotDetail.name);
Expand Down

0 comments on commit 2547347

Please sign in to comment.