mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
@@ -8,7 +8,7 @@ export default function parseAspectRatio(input) {
|
||||
}
|
||||
try {
|
||||
if (input) {
|
||||
const arr = input.replace(':', 'x').split('x');
|
||||
const arr = input.replace(":", "x").split("x");
|
||||
if (arr.length === 0) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user