From 38747c28df4a482fa47c1952c84b280fa52525d2 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 4 Jan 2022 13:14:48 +0500 Subject: [PATCH] use direct store link when asked for rating app --- apps/mobile/src/components/RateDialog/index.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/mobile/src/components/RateDialog/index.js b/apps/mobile/src/components/RateDialog/index.js index aea6da73a..4121cdf8e 100644 --- a/apps/mobile/src/components/RateDialog/index.js +++ b/apps/mobile/src/components/RateDialog/index.js @@ -9,6 +9,7 @@ import {Button} from '../Button'; import Seperator from '../Seperator'; import Heading from '../Typography/Heading'; import Paragraph from '../Typography/Paragraph'; +import { STORE_LINK } from '../../utils'; const RateDialog = () => { const [visible, setVisible] = useState(false); @@ -64,12 +65,7 @@ const RateDialog = () => {