mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 15:05:45 +01:00
added shiftplan generating logic
This commit is contained in:
@@ -321,7 +321,7 @@ const EmployeeList: React.FC<EmployeeListProps> = ({
|
||||
flexWrap: 'wrap'
|
||||
}}>
|
||||
{/* Verfügbarkeit Button */}
|
||||
{(employee.role === 'admin' || employee.role === 'maintenance') && (
|
||||
{(employee.role === 'admin' || employee.role === 'maintenance' || employee.role === 'user') && (
|
||||
<button
|
||||
onClick={() => onManageAvailability(employee)}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user