Skip to content

Commit 9300396

Browse files
committed
Chore : change code following the lint #175
Signed-off-by: bentshrimp <bent_shrimp@kookmin.ac.kr>
1 parent f45cf8d commit 9300396

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/review/FirstContents.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const FirstContents = () => {
9393
dataState={reviewRepoDataState}
9494
isSelectOwner={isSelectOwner}
9595
/>
96-
{isSelectOwner && selectRepoName !== ""? (
96+
{isSelectOwner && selectRepoName !== "" ? (
9797
<BtnWrapper>
9898
<StartButton
9999
variant="contained"
@@ -106,10 +106,7 @@ export const FirstContents = () => {
106106
</BtnWrapper>
107107
) : (
108108
<BtnWrapper>
109-
<StartButton
110-
disabled
111-
variant="contained"
112-
>
109+
<StartButton disabled variant="contained">
113110
Start review
114111
</StartButton>
115112
</BtnWrapper>

0 commit comments

Comments
 (0)