From e71d7cfd6d04c8aa97ab634a3f7528e07020c7f9 Mon Sep 17 00:00:00 2001 From: Stanislav Lunyachek Date: Tue, 12 Mar 2024 13:03:18 +0200 Subject: [PATCH] fix: DataTable cells vertical alignment --- src/order-history/OrderHistoryPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/order-history/OrderHistoryPage.jsx b/src/order-history/OrderHistoryPage.jsx index 2462c9fd..7796cd36 100644 --- a/src/order-history/OrderHistoryPage.jsx +++ b/src/order-history/OrderHistoryPage.jsx @@ -77,7 +77,7 @@ class OrderHistoryPage extends React.Component { description, quantity, }) => ( -

+

{quantity}× {description}