From 7a094ceab2c7ea2e117ad0008d3dc1f93657b5f5 Mon Sep 17 00:00:00 2001 From: Yevhen Stuzhuk Date: Sun, 13 Oct 2024 08:48:58 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alina Listunova --- src/content/learn/scaling-up-with-reducer-and-context.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/learn/scaling-up-with-reducer-and-context.md b/src/content/learn/scaling-up-with-reducer-and-context.md index 698839ef0..139629864 100644 --- a/src/content/learn/scaling-up-with-reducer-and-context.md +++ b/src/content/learn/scaling-up-with-reducer-and-context.md @@ -215,7 +215,9 @@ ul, li { margin: 0; padding: 0; } ```js ```