Fix Soumet exported function

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-06-11 19:02:04 +02:00
parent a507c014d0
commit 30487a3003
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ function Auth({children}) {
}
if (!isUser) {
router.push('/kont')
router.push('/soumet')
}
}, [isUser, loading, router])
+1 -1
View File
@@ -8,7 +8,7 @@ import EkriTeks from '../components/soumet/ekri-teks'
import {jwennTeksEpiUserId} from '../lib/oki-api'
export default function Kont() {
export default function Soumet() {
const [session] = useSession()
const [teksEpiUserId, setTeksEpiUserId] = useState([])