Skip to content

Commit

Permalink
fix lint errors again
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Feb 29, 2024
1 parent 062e357 commit 5c112b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/src/features/AppVersionHistory/AppVersionHistoryRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@ function AppVersionHistoryRow(props: Props) {

const isCurrentVersion =
version.sequence === downstream?.currentVersion?.sequence;
const isLatestVersion = version.sequence === selectedApp?.currentSequence;
const isPendingVersion = find(downstream?.pendingVersions, {
sequence: version.sequence,
});
const isPastVersion = find(downstream?.pastVersions, {
sequence: version.sequence,
});
Expand Down

0 comments on commit 5c112b2

Please sign in to comment.