removed AircraftID, Added NExtcloud permission
This commit is contained in:
@@ -54,7 +54,7 @@ const styles = `
|
||||
`;
|
||||
|
||||
const PenaltyNoticeTemplate = ({ user, staffName }: { user: User; staffName: string }) => (
|
||||
<Html lang="de">
|
||||
<html lang="de">
|
||||
<meta content="text/html; charset=utf-8" httpEquiv="Content-Type" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<link
|
||||
@@ -158,7 +158,7 @@ const PenaltyNoticeTemplate = ({ user, staffName }: { user: User; staffName: str
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</Html>
|
||||
</html>
|
||||
);
|
||||
|
||||
export function renderBannNotice({ user, staffName }: { user: User; staffName: string }) {
|
||||
|
||||
Reference in New Issue
Block a user