From 7a935e9cb5fa186304341485ae1b4f5e042a20a2 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 19 Mar 2022 20:27:23 +0600 Subject: [PATCH] Remove redundant class `bg-base-100` --- src/components/details/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/details/index.jsx b/src/components/details/index.jsx index 5f6554d..04db832 100644 --- a/src/components/details/index.jsx +++ b/src/components/details/index.jsx @@ -61,7 +61,7 @@ const Details = ({ profile, loading }) => { return (
-
+
{loading || !profile ? ( renderSkeleton() ) : (