Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Feb 14, 2025
1 parent f4ec1c5 commit dadbb8b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions nr-app/app/(tabs)/settings.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import TEMPORARYSetUsername from "@/components/TEMPORARYSetUsername";
import { useNotifications } from "@/hooks/useNotifications";
import {
getHasPrivateKeyInSecureStorage,
Expand All @@ -11,7 +12,6 @@ import { keystoreSelectors } from "@/redux/slices/keystore.slice";
import {
settingsActions,
settingsSelectors,
settingsSlice,
} from "@/redux/slices/settings.slice";
import { generateSeedWords, getBech32PrivateKey } from "nip06";
import { useEffect, useState } from "react";
Expand All @@ -25,14 +25,6 @@ import {
TextInput,
View,
} from "react-native";
import Toast from "react-native-root-toast";
import * as Device from "expo-device";
import { getSerializableError } from "@/utils/error.utils";
import {
TRUSTROOTS_PROFILE_KIND,
TRUSTROOTS_USERNAME_LABEL_NAMESPACE,
} from "@trustroots/nr-common";
import TEMPORARYSetUsername from "@/components/TEMPORARYSetUsername";

const DevSwitch = () => {
const dispatch = useAppDispatch();
Expand Down Expand Up @@ -65,7 +57,7 @@ export default function TabThreeScreen() {
keystoreSelectors.selectHasPrivateKeyInSecureStorage,
);
const npub = useAppSelector(keystoreSelectors.selectPublicKeyNpub);
const pubHex = useAppSelector(keystoreSelectors.selectPublicKeyHex);
// const pubHex = useAppSelector(keystoreSelectors.selectPublicKeyHex);
const dispatch = useAppDispatch();

const { expoPushToken } = useNotifications();
Expand Down

0 comments on commit dadbb8b

Please sign in to comment.