mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix lint error by adding missing semicolon
This commit is contained in:
parent
0ffff84a9e
commit
812abdd648
1 changed files with 1 additions and 1 deletions
|
@ -1474,7 +1474,7 @@ import { appRouter } from '../appRouter';
|
||||||
|
|
||||||
html += '<div class="cardOverlayContainer itemAction" data-action="' + action + '">';
|
html += '<div class="cardOverlayContainer itemAction" data-action="' + action + '">';
|
||||||
const url = appRouter.getRouteUrl(item);
|
const url = appRouter.getRouteUrl(item);
|
||||||
html += '<a href="' + url + '" class="cardImageContainer"></a>'
|
html += '<a href="' + url + '" class="cardImageContainer"></a>';
|
||||||
|
|
||||||
const btnCssClass = 'cardOverlayButton cardOverlayButton-hover itemAction paper-icon-button-light';
|
const btnCssClass = 'cardOverlayButton cardOverlayButton-hover itemAction paper-icon-button-light';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue