1nwf / Produx-v2

Useless template literal found JS-R1004
Anti-pattern
Minor
2 occurrences in this check
Template string can be replaced with regular string literal
136            )}
137            <div
138                ref={msgListDiv}
139                className={`relative bottom-5 mb-16 mx-4 mt-10`}140            >
141                {isLoading && <Loading className="mx-auto w-full" />}
142                {!hasMore && msgs.length >= 15 && (
Template string can be replaced with regular string literal
109                <h1 className={'px-4 text-3xl font-bold'}>Ask a question</h1>
110                <div className="divider h-0 bg-red-400" />
111            </div>
112            <div className={`fixed z-50 md:w-[64vw] bottom-0`}>113                <form
114                    className={
115                        'grid grid-cols-10 pb-5 w-full justify-start items-center mr-12'