mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
removed consolelog
This commit is contained in:
parent
49bccb96c1
commit
3983b69c73
1 changed files with 0 additions and 4 deletions
|
@ -70,10 +70,6 @@ const FlowHeroUnconnected: FC<IProps> = ({ heroes, history }) => {
|
|||
history.push(URLS.NODE_URL(current));
|
||||
}, [current]);
|
||||
|
||||
useEffect(() => {
|
||||
console.log({ limit });
|
||||
}, [limit]);
|
||||
|
||||
return (
|
||||
<div className={styles.wrap} onMouseOver={stopSliding} onFocus={stopSliding}>
|
||||
<div className={styles.info}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue