Run "rake format"
This commit is contained in:
parent
ba99cb03f6
commit
f1d212a105
1 changed files with 1 additions and 3 deletions
|
@ -53,9 +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={classNames("m-0")}>{ayah.body}</p>
|
||||
</li>
|
||||
);
|
||||
})}
|
||||
|
|
Loading…
Reference in a new issue