mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
style(App): use singlequote for string
This commit is contained in:
parent
597b366ce2
commit
5d9a005686
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ const App = () => {
|
|||
}
|
||||
}
|
||||
} catch (e) {
|
||||
console.error("Failed to open media:", e);
|
||||
console.error('Failed to open media:', e);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue