Cleanup codebase

This commit is contained in:
Ariful Alam
2022-07-18 13:12:10 +06:00
parent 66bd370f34
commit dbdabc7b4a
7 changed files with 18 additions and 30 deletions

View File

@@ -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">