0,
+ "w-full pl-2": !optionsMetaData?.[index]?.icon,
+ })}
+ >
+
{option}
+ {optionsMetaData && optionsMetaData?.length > 0 ? (
+
+ {Object.entries(optionsMetaData?.[index] || {})
+ .filter(
+ ([key, value]) => value !== null && key !== "icon",
+ )
+ .map(([key, value], i, arr) => (
+
+ {i > 0 && (
+
+ )}
+
{`${String(value)} ${key}`}
+
+ ))}
+
+ ) : (
+
+
+
+ )}
+