Fix unique id warning
This commit is contained in:
@@ -3,7 +3,7 @@ import React from 'react'
|
||||
const FitCenter: React.FC<PropsWithChildren> = (props: PropsWithChildren) => {
|
||||
return (
|
||||
<>
|
||||
<div id={'fit-center'}>{props.children}</div>
|
||||
<div className={'fit-center'}>{props.children}</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user