From 524848ab852e3adf59d697ec1aa62d8b9de4d971 Mon Sep 17 00:00:00 2001 From: Thebora Kompanioni Date: Sun, 10 Apr 2022 18:25:29 +0200 Subject: [PATCH] review: remove brackets from function prop in CheatsheetProps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Đorđe Spasić <34274884+Djo1e@users.noreply.github.com> --- src/components/App.jsx | 2 +- src/components/Cheatsheet.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/App.jsx b/src/components/App.jsx index aeaa5bbf0..fadd17a1d 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -151,7 +151,7 @@ export default function App() {
{cheatsheetEnabled && ( -
+
setShowCheatsheet(false)} /> void + onHide: () => void } type NumberedProps = {