Drop unneccessary usage of 'classNames'
This commit is contained in:
parent
f1d212a105
commit
f71a89a0f7
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export function Stream({ locale, surah, stream, endOfStream, isPaused, t }: Prop
|
|||
{t(locale, "of")} {formatNumber(locale, surah.ayat.length)}
|
||||
</span>
|
||||
</span>
|
||||
<p className={classNames("m-0")}>{ayah.body}</p>
|
||||
<p className="m-0">{ayah.body}</p>
|
||||
</li>
|
||||
);
|
||||
})}
|
||||
|
|
Loading…
Reference in a new issue