mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
lint
This commit is contained in:
parent
d235f34175
commit
b1cbd3c0e4
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ export function show(options) {
|
|||
html += '<h1 class="actionSheetTitle">' + options.title + '</h1>';
|
||||
}
|
||||
if (options.text) {
|
||||
html += '<p class="actionSheetText">' + options.text + '</p>'
|
||||
html += '<p class="actionSheetText">' + options.text + '</p>';
|
||||
}
|
||||
|
||||
let scrollerClassName = 'actionSheetScroller';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue