mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove unneeded log
This commit is contained in:
parent
a74c1bf06a
commit
27ba3627d4
@ -15,7 +15,6 @@ import { ReactNode } from 'react';
|
||||
import { StylishText } from '../../../components/items/StylishText';
|
||||
|
||||
function AccordionControl(props: AccordionControlProps) {
|
||||
console.log(props);
|
||||
return (
|
||||
<Box sx={{ display: 'flex', alignItems: 'center' }}>
|
||||
{props.disabled && (
|
||||
|
Loading…
Reference in New Issue
Block a user