Skip to content
Snippets Groups Projects
Commit 22bdae1d authored by Samed's avatar Samed Committed by Marcos Pieras
Browse files

Fix/reportbutton

parent 6a68508d
No related branches found
No related tags found
1 merge request!310Fix/reportbutton
Pipeline #141133 passed
......@@ -56,7 +56,6 @@ export function InspectorPanel(props: { children?: React.ReactNode }) {
{inspector}
<div className="flex flex-col w-full">
{buildInfo === 'dev' && (
<div className="mt-auto p-2 bg-light">
<Button
variantType="primary"
......@@ -72,7 +71,6 @@ export function InspectorPanel(props: { children?: React.ReactNode }) {
className="block w-full"
/>
</div>
)}
</div>
</Panel>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment