aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui')
-rw-r--r--src/components/ui/Loader.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ui/Loader.tsx b/src/components/ui/Loader.tsx
index ae51f8145..5e78ed47a 100644
--- a/src/components/ui/Loader.tsx
+++ b/src/components/ui/Loader.tsx
@@ -1,4 +1,4 @@
1import {Component, PropsWithChildren} from 'react'; 1import { Component, PropsWithChildren } from 'react';
2import { observer, inject } from 'mobx-react'; 2import { observer, inject } from 'mobx-react';
3import Loader from 'react-loader'; 3import Loader from 'react-loader';
4 4
@@ -12,7 +12,7 @@ interface IProps {
12} 12}
13 13
14// Can this file be merged into the './loader/index.tsx' file? 14// Can this file be merged into the './loader/index.tsx' file?
15@inject("stores") 15@inject('stores')
16@observer 16@observer
17class LoaderComponent extends Component<PropsWithChildren<IProps>> { 17class LoaderComponent extends Component<PropsWithChildren<IProps>> {
18 static defaultProps = { 18 static defaultProps = {