mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 20:45:35 -04:00
fix: the state
This commit is contained in:
parent
4b1c77f275
commit
cec308167b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function App() {
|
||||||
const [educationInfo, setEducationInfo] = useState([
|
const [educationInfo, setEducationInfo] = useState([
|
||||||
{
|
{
|
||||||
schoolName: "Bowie State University",
|
schoolName: "Bowie State University",
|
||||||
graduationDatehttps://github.com/smiggiddy/odin-codeprojects/pull/18/conflict?name=cv-project%252Fsrc%252FApp.jsx&base_oid=7801fda840d1fa1854f23ddac31c617c382a3d13&head_oid=d00749cafbac7d5524c928f28cbb5b81e06b608e: "2020",
|
graduationDate: "2020",
|
||||||
fieldOfStudy: "Computer Technology: Network Security",
|
fieldOfStudy: "Computer Technology: Network Security",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue