chore: fix showConnections??
This commit is contained in:
parent
9cc9c57f11
commit
15394e106a
|
@ -118,7 +118,7 @@ function ConnectionsComponent({ id, theme, simplified }: { id: string, theme: st
|
||||||
return connectionsContainer;
|
return connectionsContainer;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Section>
|
||||||
<Text
|
<Text
|
||||||
tag="h2"
|
tag="h2"
|
||||||
variant="eyebrow"
|
variant="eyebrow"
|
||||||
|
@ -198,7 +198,7 @@ export default definePlugin({
|
||||||
find: "{isUsingGuildBio:null!==(",
|
find: "{isUsingGuildBio:null!==(",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /,theme:\i\}\)(?=,.{0,150}setNote:)/,
|
match: /,theme:\i\}\)(?=,.{0,150}setNote:)/,
|
||||||
replace: "$&,$self.profilePopoutComponent({ user: arguments[0].user, displayProfile: arguments[0].displayProfile, compactSpacing: false })"
|
replace: "$&,$self.profilePopoutComponent({ user: arguments[0].user, displayProfile: arguments[0].displayProfile })"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue