We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45cf8d commit 9300396Copy full SHA for 9300396
src/components/review/FirstContents.js
@@ -93,7 +93,7 @@ export const FirstContents = () => {
93
dataState={reviewRepoDataState}
94
isSelectOwner={isSelectOwner}
95
/>
96
- {isSelectOwner && selectRepoName !== ""? (
+ {isSelectOwner && selectRepoName !== "" ? (
97
<BtnWrapper>
98
<StartButton
99
variant="contained"
@@ -106,10 +106,7 @@ export const FirstContents = () => {
106
</BtnWrapper>
107
) : (
108
109
- <StartButton
110
- disabled
111
- variant="contained"
112
- >
+ <StartButton disabled variant="contained">
113
Start review
114
</StartButton>
115
0 commit comments