aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Infobox.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/Infobox.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/Infobox.js')
-rw-r--r--src/components/ui/Infobox.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/Infobox.js b/src/components/ui/Infobox.js
index 6634a6808..e05d17742 100644
--- a/src/components/ui/Infobox.js
+++ b/src/components/ui/Infobox.js
@@ -19,6 +19,7 @@ const messages = defineMessages({
19 }, 19 },
20}); 20});
21 21
22// Can this file be merged into the './infobox/index.tsx' file?
22class Infobox extends Component { 23class Infobox extends Component {
23 static propTypes = { 24 static propTypes = {
24 // eslint-disable-next-line react/forbid-prop-types 25 // eslint-disable-next-line react/forbid-prop-types