commit 0b978802f4ba82dec50985e0f6fd7528d26c1f3b parent 154c3af36b7db5502fec26ad380079c712de0756 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 13 Jan 2022 16:09:51 +0100 Fix typo Diffstat:
| M | pages/Home.tsx | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/Home.tsx b/pages/Home.tsx @@ -160,4 +160,4 @@ export default class Home extends PureComponent<Props, State>{ } } -Home.contextType = ClientContext;; -\ No newline at end of file +Home.contextType = ClientContext; +\ No newline at end of file