Merge pull request 'Update src/components/Zap.tsx' (#62) from staging into master
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
Reviewed-on: #62
This commit is contained in:
commit
c1d226b4d4
@ -484,8 +484,8 @@ export const ZapSplit = ({
|
||||
const [loadingSpinnerDesc, setLoadingSpinnerDesc] = useState('')
|
||||
const [amount, setAmount] = useState<number>(0)
|
||||
const [message, setMessage] = useState('')
|
||||
const [authorPercentage, setAuthorPercentage] = useState(95)
|
||||
const [adminPercentage, setAdminPercentage] = useState(5)
|
||||
const [authorPercentage, setAuthorPercentage] = useState(90)
|
||||
const [adminPercentage, setAdminPercentage] = useState(10)
|
||||
|
||||
const [author, setAuthor] = useState<UserProfile>()
|
||||
const [admin, setAdmin] = useState<UserProfile>()
|
||||
|
Loading…
Reference in New Issue
Block a user