From d30770a21824ef6a1ddad588c29af5cd3d64c348 Mon Sep 17 00:00:00 2001 From: Asim Regmi <54924215+asimregmi@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:22:42 -0500 Subject: [PATCH] Update client/src/components/Jobs/Jobs.jsx Co-authored-by: Shayan Khan --- client/src/components/Jobs/Jobs.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Jobs/Jobs.jsx b/client/src/components/Jobs/Jobs.jsx index 9ab35f85c6..252044a8bc 100644 --- a/client/src/components/Jobs/Jobs.jsx +++ b/client/src/components/Jobs/Jobs.jsx @@ -248,7 +248,7 @@ function JobsView({ } getRowProps={rowProps} - columnMemoProps={[version, query]} /* TODOv3: dropV2Jobs. */ + columnMemoProps={[version, query]} /* TODOv3: dropV2Jobs. Refactor version prop. */ /> );