mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
chore: address TypeScript ESLint v8 upgrade feedback and improve type safety (#895)
* cr feedback * update based on feedback * typing updates * unify yarn package version * update lock
This commit is contained in:
@@ -10,11 +10,7 @@ const StyledAnchor = styled(Anchor, {
|
||||
textDecorationLine: 'underline',
|
||||
});
|
||||
|
||||
interface BackupDocumentationLinkProps {}
|
||||
|
||||
const BackupDocumentationLink: React.FC<
|
||||
BackupDocumentationLinkProps
|
||||
> = ({}) => {
|
||||
const BackupDocumentationLink: React.FC = () => {
|
||||
if (Platform.OS === 'ios') {
|
||||
return (
|
||||
<StyledAnchor unstyled href="https://support.apple.com/en-us/102651">
|
||||
|
||||
Reference in New Issue
Block a user