From 6790a1c4c8a5df662c84c7e87157353ec25a936d Mon Sep 17 00:00:00 2001 From: karancoder Date: Sat, 28 Sep 2024 02:20:07 +0530 Subject: [PATCH] chore: doc update variable value --- docs/docs/guides/integrate-capsule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/integrate-capsule.md b/docs/docs/guides/integrate-capsule.md index 1424161..a518e00 100644 --- a/docs/docs/guides/integrate-capsule.md +++ b/docs/docs/guides/integrate-capsule.md @@ -71,7 +71,7 @@ const HomePage = () => { setShowCapsuleModal={setModalState} showCapsuleModal={modalState} /> - + ) : null; };