endsWith
This commit is contained in:
@@ -491,7 +491,7 @@ function OwnHandlePage({goToServiceHandle}: {goToServiceHandle: () => void}) {
|
||||
</Animated.View>
|
||||
)}
|
||||
<Animated.View layout={native(LinearTransition)}>
|
||||
{currentAccount?.handle?.includes('bsky.social') && (
|
||||
{currentAccount?.handle?.endsWith('bsky.social') && (
|
||||
<Admonition type="info" style={[a.mb_md]}>
|
||||
<Trans>
|
||||
Your current handle{' '}
|
||||
|
||||
Reference in New Issue
Block a user