Delete unused code, remove logs, add dnd package.
This commit is contained in:
@@ -144,7 +144,11 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
||||
"Error",
|
||||
`Unable to register for notifications: ${error.message}`
|
||||
);
|
||||
console.log("Notification registration error:", error);
|
||||
console.log(
|
||||
"Notification registration error:",
|
||||
error,
|
||||
error.stack
|
||||
);
|
||||
}
|
||||
}}
|
||||
>
|
||||
@@ -161,7 +165,9 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
||||
}`}
|
||||
</Text>
|
||||
<Text style={styles.paragraph}>
|
||||
{`${t("settings.labels.signedinuser")} ${currentUser?.email || "Unknown"}`}
|
||||
{`${t("settings.labels.signedinuser")} ${
|
||||
currentUser?.email || "Unknown"
|
||||
}`}
|
||||
</Text>
|
||||
</Card.Content>
|
||||
<Card.Actions>
|
||||
|
||||
Reference in New Issue
Block a user