Kirk Trombley %!s(int64=5) %!d(string=hai) anos
pai
achega
3501610aae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/src/store.js

+ 1 - 1
client/src/store.js

@@ -1,6 +1,6 @@
 import { useState, useEffect } from "react";
 
-const nameToHookName = name => "use" + name.chatAt(0).toUpperCase() + name.slice(1);
+const nameToHookName = name => "use" + name.charAt(0).toUpperCase() + name.slice(1);
 
 const shallowEq = (x, y) => x === y;