added placehodler in tracker
This commit is contained in:
@@ -42,6 +42,9 @@ export const ConnectedDispatcher = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div className="collapse-content">
|
||||
{!dispatcher?.length && (
|
||||
<p className="text-center text-gray-500">Aktuell sind keine Disponenten verbunden</p>
|
||||
)}
|
||||
<ul className="list bg-base-100 rounded-box shadow-md">
|
||||
{dispatcher?.map((d) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user