Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2_open_source_sw_development_Han
/
Jaksimsamil
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2020-12-09 02:14:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa97eb07e8268a314380f9a66939c7a8602453e6
aa97eb07
1 parent
8bfbcc6e
delete unnecessary code
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
jaksimsamil-page/src/components/home/HomeForm.js
jaksimsamil-page/src/containers/setting/SettingContainer.js
jaksimsamil-page/src/components/home/HomeForm.js
View file @
aa97eb0
...
...
@@ -3,7 +3,6 @@ import { makeStyles } from '@material-ui/core/styles';
import
Paper
from
'@material-ui/core/Paper'
;
import
Grid
from
'@material-ui/core/Grid'
;
import
palette
from
'../../lib/styles/palette'
;
import
AuthForm
from
'../auth/AuthForm'
;
const
useStyles
=
makeStyles
((
theme
)
=>
({
root
:
{
flexGrow
:
1
,
...
...
jaksimsamil-page/src/containers/setting/SettingContainer.js
View file @
aa97eb0
...
...
@@ -75,7 +75,7 @@ const SettingContainer = ({ history }) => {
}
},
[
dispatch
,
user
,
history
]);
useEffect
(()
=>
{
if
(
loading
[
'profile/SYNC_BJID'
]
==
true
)
{
if
(
loading
[
'profile/SYNC_BJID'
]
==
=
true
)
{
setLoading
(
true
);
}
else
{
setLoading
(
false
);
...
...
Please
register
or
login
to post a comment