Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Feb 26, 2024
1 parent 872777f commit c34b0e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/Archives/AllTargetsArchivedRecordingsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export const AllTargetsArchivedRecordingsTable: React.FC<AllTargetsArchivedRecor
{target.alias == target.connectUrl || !target.alias
? `${target.connectUrl}`
: `${target.alias} (${target.connectUrl})`}
</Td>
</Td>
<Td key={`target-table-row-${idx}_3`} dataLabel={tableColumns[1].title}>
<Badge key={`${idx}_count`}>{archiveCount}</Badge>
</Td>
Expand Down Expand Up @@ -399,9 +399,9 @@ export const AllTargetsArchivedRecordingsTable: React.FC<AllTargetsArchivedRecor
view = (
<>
<ErrorView
title={'Error retrieving archived recordings'}
title={'Error retrieving archived recordings in target view'}
message={errorMessage}
retry={isAuthFail(errorMessage) ? authRetry : undefined}
retry={isAuthFail(errorMessage) ? authRetry : undefined}
/>
</>
);
Expand Down

0 comments on commit c34b0e7

Please sign in to comment.