diff --git a/ui/component/rewardAuthIntro/view.jsx b/ui/component/rewardAuthIntro/view.jsx
index b2d326b1a..14160a97e 100644
--- a/ui/component/rewardAuthIntro/view.jsx
+++ b/ui/component/rewardAuthIntro/view.jsx
@@ -28,7 +28,13 @@ function RewardAuthIntro(props: Props) {
and security updates.
}
- actions={}
+ actions={
+
+ }
/>
);
}