Skip to content

Commit

Permalink
updated comment and fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
asimregmi committed Oct 24, 2023
1 parent 003e96f commit 6b24fb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/components/Jobs/Jobs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,10 @@ function JobsView({
</Section>
}
getRowProps={rowProps}
columnMemoProps={[version, query]} /* TODOv3: dropV2Jobs. */
columnMemoProps={[
version,
query,
]} /* TODOv3: dropV2Jobs. Refactor version prop. */
/>
</>
);
Expand Down

0 comments on commit 6b24fb0

Please sign in to comment.