summaryrefslogtreecommitdiffstats
path: root/src/components/ui/Button.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-14 09:02:38 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-14 09:02:38 -0500
commite7b250401b1289038666103bc72cfc099a44a493 (patch)
tree4feda16297e250e76f64ad2310a57fb72067dd03 /src/components/ui/Button.js
parentTypescript conversion (diff)
downloadferdium-app-e7b250401b1289038666103bc72cfc099a44a493.tar.gz
ferdium-app-e7b250401b1289038666103bc72cfc099a44a493.tar.zst
ferdium-app-e7b250401b1289038666103bc72cfc099a44a493.zip
Added TODOs for tech debt
Diffstat (limited to 'src/components/ui/Button.js')
-rw-r--r--src/components/ui/Button.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/Button.js b/src/components/ui/Button.js
index a52f1cadb..882b39e69 100644
--- a/src/components/ui/Button.js
+++ b/src/components/ui/Button.js
@@ -4,6 +4,7 @@ import { observer, inject } from 'mobx-react';
4import Loader from 'react-loader'; 4import Loader from 'react-loader';
5import classnames from 'classnames'; 5import classnames from 'classnames';
6 6
7// Can this file be merged into the './/button/index.tsx' file?
7class Button extends Component { 8class Button extends Component {
8 static propTypes = { 9 static propTypes = {
9 className: PropTypes.string, 10 className: PropTypes.string,