forked from coracle/flotilla
Rework alert settings and UI
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
const {pubkeys, size = 7}: Props = $props()
|
||||
const limit = isMobile ? 7 : 15
|
||||
const limit = isMobile ? 7 : 10
|
||||
|
||||
for (const pubkey of pubkeys) {
|
||||
loadProfile(pubkey)
|
||||
|
||||
Reference in New Issue
Block a user