From 10aba11f18c32fcfec1295cefacfaf3bf8e64c63 Mon Sep 17 00:00:00 2001 From: JustSong Date: Tue, 11 Feb 2025 00:38:15 +0800 Subject: [PATCH] style: improve code formatting in ChannelsTable component --- web/default/src/components/ChannelsTable.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/default/src/components/ChannelsTable.js b/web/default/src/components/ChannelsTable.js index f94970c9..00e54b57 100644 --- a/web/default/src/components/ChannelsTable.js +++ b/web/default/src/components/ChannelsTable.js @@ -490,7 +490,6 @@ const ChannelsTable = () => { onClick={() => { sortChannel('balance'); }} - hidden={!showDetail} > {t('channel.table.balance')} @@ -499,6 +498,7 @@ const ChannelsTable = () => { onClick={() => { sortChannel('priority'); }} + hidden={!showDetail} > {t('channel.table.priority')} @@ -538,7 +538,7 @@ const ChannelsTable = () => { basic /> -