aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/Content.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-03-06 01:13:43 -0500
committerGitHub <noreply@github.com>2021-03-06 01:13:43 -0500
commit3c38b38e0d3b2946a84c3d3bfd32cd223095e63d (patch)
tree0f7986f41f2b9d793779e479d33d877ce0f0f3c1 /src/components/profile/Content.tsx
parentcae6a7f3b8cc35c60f99e503d328c134959e13ec (diff)
parent51e36759249413a2acd52e1fecf4661f5253cb89 (diff)
Merge pull request #283 from shravyaramesh/search-revamp-2
[TMA 661/662] Created new search screen
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r--src/components/profile/Content.tsx7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx
index ae9f9564..d4c50d5c 100644
--- a/src/components/profile/Content.tsx
+++ b/src/components/profile/Content.tsx
@@ -109,10 +109,9 @@ const Content: React.FC<ContentProps> = ({y, userXId, screenType}) => {
const [isStageOnePromptClosed, setIsStageOnePromptClosed] = useState<boolean>(
false,
);
- const [
- isStageThreePromptClosed,
- setIsStageThreePromptClosed,
- ] = useState<boolean>(false);
+ const [isStageThreePromptClosed, setIsStageThreePromptClosed] = useState<
+ boolean
+ >(false);
const onRefresh = useCallback(() => {
const refrestState = async () => {