'Keine Einträge vorhanden bei der List angepasst
This commit is contained in:
@@ -234,7 +234,7 @@ export default function LogbuchList({ kuppel, refreshKey, onEdit, currentUserKue
|
|||||||
{displayEntries.length === 0 ? (
|
{displayEntries.length === 0 ? (
|
||||||
<tr>
|
<tr>
|
||||||
<td colSpan={compact ? 7 : 10} className="px-3 py-4 text-gray-500 text-sm text-center">
|
<td colSpan={compact ? 7 : 10} className="px-3 py-4 text-gray-500 text-sm text-center">
|
||||||
{activeSearch ? `Keine Einträge für „${activeSearch}" gefunden.` : `Keine Einträge für ${monthLabel(month)}.`}
|
{activeSearch ? `Keine Einträge für „${activeSearch}" gefunden.` : month ? `Keine Einträge für ${monthLabel(month)}.` : 'Keine Einträge vorhanden.'}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
) : displayEntries.map((e) => (
|
) : displayEntries.map((e) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user