Kirk Trombley 5 rokov pred
rodič
commit
3501610aae
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;