uselotus / lotus

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Prefer explicit role property in HTML tags JS-0764
Performance
Minor
a year agoa year old
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
 88      <Typography.Title level={2}>Activity Stream</Typography.Title>
 89      <div className="w-1/2 justify-center">
 90        <Paper border={true}>
 91          <ul role="list" className="divide-y divide-gray-200"> 92            {activityItems?.results.map((activityItem) => (
 93              <li key={activityItem.id} className="py-4">
 94                <div className="flex space-x-3">