chore: fix showConnections??

This commit is contained in:
Lewis Crichton 2024-06-11 22:03:21 +01:00
parent 9cc9c57f11
commit 15394e106a
No known key found for this signature in database

View file

@ -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 })"
} }
}, },
{ {