미장착 심볼 카드에서 금일 일퀘 완료 버튼 숨김
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2f64941817
commit
64411b6a38
1 changed files with 1 additions and 2 deletions
|
|
@ -192,10 +192,9 @@ function SymbolCard({ symbol, equipped, charId }) {
|
|||
<span className="text-gray-600"> / {symbol.max_level}</span>
|
||||
</div>
|
||||
</div>
|
||||
{!isMax && (
|
||||
{equipped && !isMax && (
|
||||
<button
|
||||
type="button"
|
||||
disabled={!equipped}
|
||||
onClick={() => patch({ dailyDone: !dailyDone })}
|
||||
title="오늘 일퀘 완료 여부"
|
||||
className={`shrink-0 rounded-md h-8 px-3 text-xs font-semibold border transition disabled:opacity-40 disabled:cursor-not-allowed ${
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue