fix bid reset

This commit is contained in:
zeppi 2022-05-02 16:14:21 -04:00
parent 02e4b651af
commit c5b7cc5ac4
2 changed files with 2 additions and 1 deletions

View file

@ -2317,5 +2317,6 @@
"Display view progress on thumbnail. This setting will not hide any blockchain activity or downloads.": "Display view progress on thumbnail. This setting will not hide any blockchain activity or downloads.",
"%anonymous%": "%anonymous%",
"Anon --[used in <%anonymous% Reposted>]--": "Anon",
"This will be visible in a few minutes after you submit this form.": "This will be visible in a few minutes after you submit this form.",
"--end--": "--end--"
}

View file

@ -93,7 +93,7 @@ export const publishReducer = handleActions(
...defaultState,
uri: undefined,
channel: state.channel,
bid: state.bid,
bid: state.bid || 0.01,
optimize: state.optimize,
language: state.language,
}),