From 058abf8fa23f08ddd656a436e339dae7cf4d3767 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sun, 9 May 2021 23:45:31 -0400 Subject: [PATCH] Remove todo from readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 994c132f..3e72dc8e 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,6 @@ Uses: - Linting, typechecking and formatting on by default using [`husky`](https://github.com/typicode/husky) for commit hooks - Testing with [Jest](https://jestjs.io/) and [`react-testing-library`](https://testing-library.com/docs/react-testing-library/intro) -ToDo: - -- Create popup notification messages and wire up to `notify()` -- Add logo and mark price to browser tab -- Finish migrating TradeForm from Ant to Tailwind -- Wire up cancel order in Open Orders - ## Run ```bash