make antispam rule channel list align properly
This commit is contained in:
parent
b077943e41
commit
50eda695ab
1 changed files with 46 additions and 44 deletions
|
@ -595,6 +595,7 @@ const ServerDashboard: FunctionComponent = () => {
|
|||
If left empty, it will run in all channels.
|
||||
</H4>
|
||||
<UserListTypeContainer>
|
||||
<div style={{ display: 'flex', flexWrap: 'wrap' }}>
|
||||
{
|
||||
channels.map(cid => {
|
||||
const channel: Channel = serverInfo.channels.find(c => c.id == cid && c.type == 'TEXT')
|
||||
|
@ -642,6 +643,7 @@ const ServerDashboard: FunctionComponent = () => {
|
|||
setChannelsChanged(true);
|
||||
}
|
||||
}} />
|
||||
</div>
|
||||
</UserListTypeContainer>
|
||||
</div>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue