mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
remove log
This commit is contained in:
parent
4527478080
commit
e16a2150b9
@ -43,7 +43,6 @@ export const QMailMessages = ({userName, userAddress}) => {
|
||||
const [lastEnteredTimestamp, setLastEnteredTimestamp] = useState(null)
|
||||
const [loading, setLoading] = useState(true)
|
||||
|
||||
console.log('lastEnteredTimestamp', lastEnteredTimestamp)
|
||||
const getMails = useCallback(async () => {
|
||||
try {
|
||||
setLoading(true)
|
||||
@ -100,7 +99,6 @@ export const QMailMessages = ({userName, userAddress}) => {
|
||||
|
||||
|
||||
|
||||
console.log('mails', mails)
|
||||
return (
|
||||
<Box
|
||||
sx={{
|
||||
|
Loading…
x
Reference in New Issue
Block a user