@@ -131,7 +136,7 @@ export const RepositorySnapshotsTabContent = ({ repository }: Props) => {
Snapshots
- Backup snapshots stored in this repository. Total: {data.length}
+ Backup snapshots stored in this repository. Total: {snapshots.length}
@@ -180,7 +185,7 @@ export const RepositorySnapshotsTabContent = ({ repository }: Props) => {
{hasNoFilteredSnapshots
? "No snapshots match filters."
- : `Showing ${filteredSnapshots.length} of ${data.length}`}
+ : `Showing ${filteredSnapshots.length} of ${snapshots.length}`}