Explorar el Código

set href to the reloading link of PageStatusAlert

Yuki Takei hace 6 años
padre
commit
8f67709c8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/PageStatusAlert.jsx

+ 1 - 1
src/client/js/components/PageStatusAlert.jsx

@@ -80,7 +80,7 @@ class PageStatusAlert extends React.Component {
          
         <i className="fa fa-angle-double-right"></i>
         &nbsp;
-        <a onClick={this.refreshPage}>
+        <a href="#" onClick={this.refreshPage}>
           {label2}
         </a>
       </div>