Skip to content

Commit

Permalink
💄 #9621
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Nov 10, 2023
1 parent 48c354e commit 6847ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/card/viewCards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ ${unicode2Emoji(item.ial.icon, "b3-list-item__graphic", true)}
<svg><use xlink:href="#iconTrashcan"></use></svg>
</span>
<span class="${(isMobile() || !hPath) ? "fn__none " : ""}b3-list-item__meta b3-list-item__meta--ellipsis" title="${escapeAttr(hPath)}">${escapeHtml(hPath)}</span>
<span aria-label="${window.siyuan.languages.nextDue}" class="b3-tooltips b3-tooltips__w counter${!item.riffCard?.due ? " fn__none" : ""}">${dayjs(item.riffCard?.due).format("YYYY-MM-DD")}</span>
<span aria-label="${window.siyuan.languages.nextDue}" class="b3-tooltips b3-tooltips__w b3-list-item__meta${!item.riffCard?.due ? " fn__none" : ""}">${dayjs(item.riffCard?.due).format("YYYY-MM-DD")}</span>
<span aria-label="${window.siyuan.languages.revisionCount}" class="b3-tooltips b3-tooltips__w counter${item.riffCard?.reps === 0 ? " fn__none" : ""}">${item.riffCard?.reps}</span>
</div>`;
isFirst = false;
Expand Down

0 comments on commit 6847ac4

Please sign in to comment.