A bunch of speculative non-working UI
This commit is contained in:
@@ -78,7 +78,7 @@ export function Content({
|
||||
) : (
|
||||
<Text>
|
||||
<Trans>
|
||||
Moderation service managed by @{sanitizeHandle(handle, '@')}
|
||||
Moderation service managed by {sanitizeHandle(handle, '@')}
|
||||
</Trans>
|
||||
</Text>
|
||||
)}
|
||||
|
||||
@@ -23,7 +23,7 @@ export function Link({
|
||||
return (
|
||||
<InternalLink
|
||||
to={{
|
||||
screen: 'ProfileModservice',
|
||||
screen: 'Profile',
|
||||
params: {
|
||||
name: modservice.creator.handle,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user