chore: make Preferences' lint happy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default function PreferenceLayout({ children, ...props }) {
|
||||
export default function PreferenceLayout({ children, ...props }: React.HTMLAttributes<HTMLElement>) {
|
||||
return <mdui-list style={{
|
||||
marginLeft: '15px',
|
||||
marginRight: '15px',
|
||||
|
||||
Reference in New Issue
Block a user