mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
Formatting and linting
This commit is contained in:
@@ -68,7 +68,7 @@ export function migrateConfig(config: Config): ConfigType {
|
||||
shape: {
|
||||
location: {
|
||||
x: (idx * 3) % 18,
|
||||
y: Math.floor((idx / 6)) * 3,
|
||||
y: Math.floor(idx / 6) * 3,
|
||||
},
|
||||
size: {
|
||||
width: 3,
|
||||
|
||||
Reference in New Issue
Block a user