Fix booklet copy
This commit is contained in:
@@ -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());
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user