From fcadcb0da5ae1c5091f1383a642735a4c496a428 Mon Sep 17 00:00:00 2001 From: mike-dydx Date: Mon, 4 Dec 2023 16:01:57 -0500 Subject: [PATCH] add comment --- dydx/dydxViews/dydxViews/_v4/Profile/dydxProfileView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/dydx/dydxViews/dydxViews/_v4/Profile/dydxProfileView.swift b/dydx/dydxViews/dydxViews/_v4/Profile/dydxProfileView.swift index 52a2ed581..f744c0ecf 100644 --- a/dydx/dydxViews/dydxViews/_v4/Profile/dydxProfileView.swift +++ b/dydx/dydxViews/dydxViews/_v4/Profile/dydxProfileView.swift @@ -51,6 +51,7 @@ public class dydxProfileViewModel: PlatformViewModel { HStack(spacing: 14) { self.fees? .createView(parentStyle: style) + //TODO, comment in when abacus is ready // self.rewards? // .createView(parentStyle: style) }