mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Cleanup codebase
This commit is contained in:
@@ -40,7 +40,7 @@ const Experience = ({ experiences, loading }) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
{typeof experiences !== 'undefined' && experiences.length !== 0 && (
|
||||
{experiences?.length !== 0 && (
|
||||
<div className="card shadow-lg compact bg-base-100">
|
||||
<div className="card-body">
|
||||
<div className="mx-3">
|
||||
|
||||
Reference in New Issue
Block a user