From 33dbfb720cbd421aa7ebd6cd1f2577b6a2add5c9 Mon Sep 17 00:00:00 2001 From: acethecreator Date: Wed, 20 Sep 2023 13:33:55 +0100 Subject: [PATCH] more linting fix --- library/src/containers/Operations/Operation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/containers/Operations/Operation.tsx b/library/src/containers/Operations/Operation.tsx index a75a7e52f..141a6e03b 100644 --- a/library/src/containers/Operations/Operation.tsx +++ b/library/src/containers/Operations/Operation.tsx @@ -301,7 +301,7 @@ export const OperationReplyInfo: React.FunctionComponent = props => { className={`w-1 h-11 ${ typeLabel === 'REQUEST' ? 'bg-red-600' : 'bg-orange-600' }`} - > + />