diff --git a/plugins/antied/Settings.jsx b/plugins/antied/Settings.jsx
index 4d2daa3..d668ed3 100644
--- a/plugins/antied/Settings.jsx
+++ b/plugins/antied/Settings.jsx
@@ -263,7 +263,8 @@ export default () => {
(storage?.log?.length > 0) && (<>
}
+ leading={}
+ trailing={FormRow.Arrow}
onPress={() => {
dialog.show({
title: "Clear logs",
@@ -280,17 +281,6 @@ export default () => {
/>
>)
}
- }
- trailing={FormRow.Arrow}
- onPress={() =>
- navigation.push("VendettaCustomPage", {
- title: "Antied Logging Page",
- render: () => ,
- })
- }
- />