mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-22 22:28:15 +00:00
lint
This commit is contained in:
parent
2282cd85cf
commit
ffb1fc7d1b
@ -1 +1,2 @@
|
||||
/src/rjsf/carbon_theme
|
||||
/src/a-spiffui-v3/rjsf/carbon_theme
|
||||
|
@ -53,11 +53,7 @@ export default function Login() {
|
||||
|
||||
const getLoadingIcon = () => {
|
||||
const style = { margin: '50px 0 50px 50px' };
|
||||
return (
|
||||
<CircularProgress
|
||||
style={style}
|
||||
/>
|
||||
);
|
||||
return <CircularProgress style={style} />;
|
||||
};
|
||||
|
||||
const loginComponents = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user