From d2da1a55d2cec08ad1ecc8b7da833be82338d1ee Mon Sep 17 00:00:00 2001 From: Dongho <70563791+mass2527@users.noreply.github.com> Date: Thu, 16 Jun 2022 23:03:36 +0900 Subject: [PATCH] Remove useless comma (#4711) Found an additional comma typo when I implemented this example with typescript. --- beta/src/pages/learn/choosing-the-state-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beta/src/pages/learn/choosing-the-state-structure.md b/beta/src/pages/learn/choosing-the-state-structure.md index ebc6e3cd0..96de552f1 100644 --- a/beta/src/pages/learn/choosing-the-state-structure.md +++ b/beta/src/pages/learn/choosing-the-state-structure.md @@ -1050,7 +1050,7 @@ export const initialTravelPlan = { 35: { id: 35, title: 'Oceania', - childIds: [36, 37, 38, 39, 40, 41,, 42], + childIds: [36, 37, 38, 39, 40, 41, 42], }, 36: { id: 36, @@ -2849,4 +2849,4 @@ Keep in mind that you [should not mutate objects in state](/learn/updating-objec - \ No newline at end of file +