aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Infobox.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Infobox.tsx')
-rw-r--r--src/components/ui/Infobox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/Infobox.tsx b/src/components/ui/Infobox.tsx
index 1fc24816a..9782db151 100644
--- a/src/components/ui/Infobox.tsx
+++ b/src/components/ui/Infobox.tsx
@@ -35,7 +35,7 @@ interface IState {
35 dismissed: boolean; 35 dismissed: boolean;
36} 36}
37 37
38// Can this file be merged into the './infobox/index.tsx' file? 38// TODO: Can this file be merged into the './infobox/index.tsx' file?
39@observer 39@observer
40class Infobox extends Component<IProps, IState> { 40class Infobox extends Component<IProps, IState> {
41 constructor(props: IProps) { 41 constructor(props: IProps) {