1nwf / Produx-v2

Prefer using self closing instead of closing tag for components having no children JS-0468
Style
Minor
3 occurrences in this check
35                                              className="h-16 w-16 rounded-xl"
36                                          />
37                                      ) : (
38                                          <div className="h-16 w-16 bg-red-500 rounded-xl"></div>39                                      )}
40                                      <div className="ml-2 block">
41                                          <h3 className="font-bold">
24                    <h1 className={'w-max'}>{product.description} </h1>
25                )}
26            </div>
27            <div className={'divider divider-vertical'}></div>28            <div
29                className={
30                    'xsm:mx-auto xsm:relative  xsm:text-center right-0 absolute  mr-4'
166                        Start a conversation
167                    </p>
168                )}
169                <div ref={lastMsg}></div>170            </div>
171        </div>
172    )