CryptoDonatePanel: set default limit to 1
This commit is contained in:
@ -45,7 +45,7 @@ export const defaultConfig = ImmutableMap({
|
||||
displayFqn: true,
|
||||
cryptoAddresses: ImmutableList(),
|
||||
cryptoDonatePanel: ImmutableMap({
|
||||
limit: 3,
|
||||
limit: 1,
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user