mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
fix: typo
This commit is contained in:
parent
f07940186a
commit
1eb9faeca2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export const FeesView = () => {
|
|||
onCompleted: data => {
|
||||
setIsEdit(false);
|
||||
data.updateFees
|
||||
? toast.success('Fees updated')
|
||||
? toast.success('Fees Updated')
|
||||
: toast.error('Error updating fees');
|
||||
},
|
||||
refetchQueries: ['GetChannelFees'],
|
||||
|
|
Loading…
Add table
Reference in a new issue