CryptoDonatePanel: set default limit to 1

This commit is contained in:
Alex Gleason
2021-06-10 18:55:19 -05:00
parent 8fdf478fe0
commit 085135b660

View File

@ -45,7 +45,7 @@ export const defaultConfig = ImmutableMap({
displayFqn: true,
cryptoAddresses: ImmutableList(),
cryptoDonatePanel: ImmutableMap({
limit: 3,
limit: 1,
}),
});