Add SVG Sidebar
This commit is contained in:
parent
7e74be6d3b
commit
17aa2b0961
3 changed files with 45 additions and 11 deletions
|
@ -10,7 +10,7 @@ interface ISidebarProps {
|
|||
export default class Sidebar extends React.Component<ISidebarProps> {
|
||||
public render() {
|
||||
const listElements = this.props.componentOptions.map(componentOption =>
|
||||
<button className='hover:bg-blue-600 transition-all sidebar-row' key='{componentOption.Type}'>
|
||||
<button className='hover:bg-blue-600 transition-all sidebar-row' key={componentOption.Type}>
|
||||
{componentOption.Type}
|
||||
</button>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue