吃个甘蔗嚼一年 3 anni fa
parent
commit
958f3b2303
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/layouts/index.jsx

+ 1
- 0
src/layouts/index.jsx Vedi File

@@ -58,6 +58,7 @@ export default (Child) => (props) => {
58 58
     })
59 59
   }
60 60
 
61
+
61 62
   return loading ? <Loading /> : <Child {...props} person={person} router={router} location={location} />
62 63
 
63 64
 }