style: improve code formatting in ChannelsTable component

This commit is contained in:
JustSong 2025-02-11 00:38:15 +08:00
parent 4d011c5f98
commit 10aba11f18

View File

@ -490,7 +490,6 @@ const ChannelsTable = () => {
onClick={() => { onClick={() => {
sortChannel('balance'); sortChannel('balance');
}} }}
hidden={!showDetail}
> >
{t('channel.table.balance')} {t('channel.table.balance')}
</Table.HeaderCell> </Table.HeaderCell>
@ -499,6 +498,7 @@ const ChannelsTable = () => {
onClick={() => { onClick={() => {
sortChannel('priority'); sortChannel('priority');
}} }}
hidden={!showDetail}
> >
{t('channel.table.priority')} {t('channel.table.priority')}
</Table.HeaderCell> </Table.HeaderCell>
@ -538,7 +538,7 @@ const ChannelsTable = () => {
basic basic
/> />
</Table.Cell> </Table.Cell>
<Table.Cell hidden={!showDetail}> <Table.Cell>
<Popup <Popup
trigger={ trigger={
<span <span
@ -554,7 +554,7 @@ const ChannelsTable = () => {
basic basic
/> />
</Table.Cell> </Table.Cell>
<Table.Cell> <Table.Cell hidden={!showDetail}>
<Popup <Popup
trigger={ trigger={
<Input <Input