diff --git a/ios/BlueWalletWatch Extension/InterfaceController.swift b/ios/BlueWalletWatch Extension/InterfaceController.swift
index 7a90ffe30..63a076e09 100644
--- a/ios/BlueWalletWatch Extension/InterfaceController.swift
+++ b/ios/BlueWalletWatch Extension/InterfaceController.swift
@@ -13,7 +13,6 @@ import Foundation
class InterfaceController: WKInterfaceController {
@IBOutlet weak var walletsTable: WKInterfaceTable!
- @IBOutlet weak var loadingIndicatorGroup: WKInterfaceGroup!
@IBOutlet weak var noWalletsAvailableLabel: WKInterfaceLabel!
override func willActivate() {
@@ -21,7 +20,6 @@ class InterfaceController: WKInterfaceController {
super.willActivate()
if (WatchDataSource.shared.wallets.isEmpty) {
- loadingIndicatorGroup.setHidden(true)
noWalletsAvailableLabel.setHidden(false)
} else {
processWalletsTable()
diff --git a/ios/BlueWalletWatch/Base.lproj/Interface.storyboard b/ios/BlueWalletWatch/Base.lproj/Interface.storyboard
index 18a09da65..5c4d89324 100644
--- a/ios/BlueWalletWatch/Base.lproj/Interface.storyboard
+++ b/ios/BlueWalletWatch/Base.lproj/Interface.storyboard
@@ -37,16 +37,9 @@
-
-
-
-
-
-
-