From 7059936b90bd661c14aae713991a0966a63a79a9 Mon Sep 17 00:00:00 2001 From: Ahmed Al-Taiar Date: Wed, 29 Nov 2023 10:51:16 -0500 Subject: [PATCH] Fix null search query --- web/src/components/PartsCell/PartsCell.tsx | 40 +++++++++++++++------- 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/web/src/components/PartsCell/PartsCell.tsx b/web/src/components/PartsCell/PartsCell.tsx index b78b09c..67fecfd 100644 --- a/web/src/components/PartsCell/PartsCell.tsx +++ b/web/src/components/PartsCell/PartsCell.tsx @@ -190,12 +190,20 @@ export const Success = ({ partPage }: CellSuccessProps) => {
  • {sortMethodToText(sort)} @@ -216,12 +224,20 @@ export const Success = ({ partPage }: CellSuccessProps) => {
  • {sortOrderToText(order)}