This repository was archived by the owner on Nov 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" tooltip_content" >
3- <el-tooltip content =" Date selection range from first block to latest block" >
3+ <el-tooltip content =" Date selection range from the first block to the latest block. " >
44 <i class =" iconfont iconyiwen" ></i >
55 </el-tooltip >
66 </div >
Original file line number Diff line number Diff line change 614614 this .activeStaking = true
615615 }else if (this .$route .fullPath === ' /txs/transfers' ){
616616 this .activeTransfers = true
617- }else if (this .$route .fullPath === ' /home' || this .$route .fullPath === ' /blocks' || this .$route .fullPath .includes (' /txs' )){
617+ }else if (this .$route .fullPath === ' /home' || this .$route .fullPath === ' /blocks' || this .$route .fullPath .includes (' /txs' ) && this . $route . fullPath !== ' /txs/governance ' ){
618618 this .activeBlockChain = true
619619 }else if (this .$route .fullPath === ' /assets/ntvassetstxs' || this .$route .fullPath === ' /assets/gtwassetstxs' || this .$route .fullPath .includes (' /assets/' ) || this .$route .fullPath .includes (' /asset/' )){
620620 this .activeAssets = true
You can’t perform that action at this time.
0 commit comments