From 5275915072c6591916d99b266e8174e70c6f98a5 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Tue, 13 Oct 2020 17:20:08 -0500 Subject: [PATCH] Minor: fix calling button warning --- ts/components/CallingButton.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/components/CallingButton.tsx b/ts/components/CallingButton.tsx index e93b86bee3..29598e91dc 100644 --- a/ts/components/CallingButton.tsx +++ b/ts/components/CallingButton.tsx @@ -78,7 +78,9 @@ export const CallingButton = ({ direction={tooltipDirection} distance={tooltipDistance} hoverDelay={0} - /> + > +
+ ); };