mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: responsive fix on instance list
This commit is contained in:
parent
4d9463194c
commit
0583dce2bf
@ -5,7 +5,7 @@
|
|||||||
import { globalInstancesStore } from '$util/stores'
|
import { globalInstancesStore } from '$util/stores'
|
||||||
|
|
||||||
// Convert the object of objects into an array of objects
|
// Convert the object of objects into an array of objects
|
||||||
const allInstancesArray = Object.values($globalInstancesStore)
|
$: allInstancesArray = Object.values($globalInstancesStore)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Card height="h-auto">
|
<Card height="h-auto">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user