We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b718c commit 0188cabCopy full SHA for 0188cab
src/pages/net_worth_pages.cpp
@@ -89,7 +89,7 @@ void budget::assets_card(budget::html_writer& w) {
89
} else {
90
bool first = true;
91
92
- for (const auto& [asset, amount] : w.cache.user_assets() | expand_value_conv(w.cache) | not_zero) {
+ for (const auto& [asset, amount] : w.cache.user_assets() | expand_value(w.cache) | not_zero) {
93
if (!first) {
94
w << R"=====(<hr />)=====";
95
}
0 commit comments