Skip to content

Commit

Permalink
Update client/src/components/Jobs/Jobs.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Shayan Khan <shayanaijaz@gmail.com>
  • Loading branch information
asimregmi and shayanaijaz authored Oct 24, 2023
1 parent 003e96f commit d30770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Jobs/Jobs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function JobsView({
</Section>
}
getRowProps={rowProps}
columnMemoProps={[version, query]} /* TODOv3: dropV2Jobs. */
columnMemoProps={[version, query]} /* TODOv3: dropV2Jobs. Refactor version prop. */
/>
</>
);
Expand Down

0 comments on commit d30770a

Please sign in to comment.