mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
fix: unneccessary null check for actionclose() removed
This commit is contained in:
parent
c589d95d7f
commit
d9190f9abd
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<div class="error-box">
|
<div class="error-box">
|
||||||
<p class="error-text">{error.message}</p>
|
<p class="error-text">{error.message}</p>
|
||||||
<button class="btn btn-primary" on:click={closePage}>
|
<button class="btn btn-primary" on:click={closePage}>
|
||||||
{tr.actionsClose() || "Got it"}
|
{tr.actionsClose()}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue