mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Correct className type
This commit is contained in:
@@ -4,7 +4,7 @@ import { withContextPath } from "./urls";
|
||||
type Props = {
|
||||
src: string;
|
||||
alt: string;
|
||||
className?: any;
|
||||
className?: string;
|
||||
};
|
||||
|
||||
class Image extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user