|
|
|
@ -298,6 +298,7 @@ const CardModal = React.memo(
|
|
|
|
<Timer startedAt={timer.startedAt} total={timer.total} />
|
|
|
|
<Timer startedAt={timer.startedAt} total={timer.total} />
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
{canEdit && (
|
|
|
|
<button
|
|
|
|
<button
|
|
|
|
onClick={handleToggleTimerClick}
|
|
|
|
onClick={handleToggleTimerClick}
|
|
|
|
type="button"
|
|
|
|
type="button"
|
|
|
|
@ -309,6 +310,7 @@ const CardModal = React.memo(
|
|
|
|
className={styles.addAttachment}
|
|
|
|
className={styles.addAttachment}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
)}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|