Fix booklet copy

This commit is contained in:
WardPearce
2024-10-09 09:47:36 +13:00
parent 99b0a31da6
commit 78d03566af
+1 -1
View File
@@ -231,7 +231,7 @@ export function bookmarkletSaveToUrl(): string {
persistedStores.forEach((store) => {
let value = get(store.store);
if (value !== null) {
if (value) {
url.searchParams.set(store.name, value.toString());
}
});