Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ntueeplus 320 #271

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions client/src/views/auth/matching/RunMatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,7 @@ const RunMatch = ({ hasSent, setHasSent, hasMatched, setHasMatched }) => {
? '若要開啟一期新配對,請點下方按鈕'
: '要先將本期的配對結果寄給大家後才能再開一期喔~'}
</h2>
<button
className="btn btn-danger mt-3 mx-1"
// disabled={!hasSent && (snumber !== 0 || jnumber !== 0)}
disabled={snumber !== 0 || jnumber !== 0}
onClick={() => setIsModal(true)}
>
<button className="btn btn-danger mt-3 mx-1" onClick={() => setIsModal(true)}>
<h5 className="m-0">我要開新的一期</h5>
</button>
<button
Expand Down
Empty file removed client/src/views/in/study/index.js
Empty file.
Loading