mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Update slack.js
This commit is contained in:
parent
8c38f45f10
commit
1e07eb7d27
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export default function Slack({ data, slackKey, events }) {
|
|||
<Buttons id="13" link="/slack" icon="slack" primary="purple">
|
||||
Join our Slack
|
||||
</Buttons>
|
||||
<Grid sx={{ zIndex: 2, display: data === {} ? 'none' : 'block' }}>
|
||||
<Grid sx={{ zIndex: 2, display: data?.chats_channels_count_1d > 0 ? 'block' : 'none' }}>
|
||||
<Box
|
||||
sx={{
|
||||
background: 'rgb(0,0,0,0.6)',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue