mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
hark: remove extraneous "}"
This commit is contained in:
parent
ac961f577c
commit
fcefc4b1c1
@ -87,9 +87,9 @@ export function Header(props: {
|
||||
{!!moduleIcon && <Icon icon={moduleIcon as any} />}
|
||||
{!!channel && <Text fontWeight="500">{channelTitle}</Text>}
|
||||
<Rule vertical height="12px" />
|
||||
{groupTitle &&
|
||||
{groupTitle &&
|
||||
<>
|
||||
<Text fontWeight="500">{groupTitle}</Text>}
|
||||
<Text fontWeight="500">{groupTitle}</Text>
|
||||
<Rule vertical height="12px"/>
|
||||
</>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user