From 9aed5403be2a453e06dae9fa791e9c9757d6049c Mon Sep 17 00:00:00 2001 From: Lungu Cristian Date: Thu, 22 Feb 2024 13:01:13 +0200 Subject: [PATCH] fix: linting error --- .../common/screen_base/create_or_edit_account/view.cljs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/status_im/contexts/wallet/common/screen_base/create_or_edit_account/view.cljs b/src/status_im/contexts/wallet/common/screen_base/create_or_edit_account/view.cljs index c18fcfa4e184..26b80aad96c4 100644 --- a/src/status_im/contexts/wallet/common/screen_base/create_or_edit_account/view.cljs +++ b/src/status_im/contexts/wallet/common/screen_base/create_or_edit_account/view.cljs @@ -2,7 +2,6 @@ (:require [quo.core :as quo] quo.theme [react-native.core :as rn] - [react-native.safe-area :as safe-area] [status-im.common.floating-button-page.view :as floating-button-page] [status-im.constants :as constants] [status-im.contexts.wallet.common.screen-base.create-or-edit-account.style :as style] @@ -13,13 +12,10 @@ [{:keys [page-nav-right-side placeholder account-name account-color account-emoji on-change-name on-change-color - margin-top? on-change-emoji section-label bottom-action-label bottom-action-props custom-bottom-action watch-only?]} & children] - (let [{window-width :width} (rn/get-window) - {:keys [top]} (safe-area/get-insets) - margin-top (if (not margin-top?) 0 top)] + (let [{window-width :width} (rn/get-window)] [floating-button-page/view {:header [quo/page-nav {:type :no-title