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 }) { ...@@ -56,7 +56,6 @@ export function InspectorPanel(props: { children?: React.ReactNode }) {
{inspector} {inspector}
<div className="flex flex-col w-full"> <div className="flex flex-col w-full">
{buildInfo === 'dev' && (
<div className="mt-auto p-2 bg-light"> <div className="mt-auto p-2 bg-light">
<Button <Button
variantType="primary" variantType="primary"
...@@ -72,7 +71,6 @@ export function InspectorPanel(props: { children?: React.ReactNode }) { ...@@ -72,7 +71,6 @@ export function InspectorPanel(props: { children?: React.ReactNode }) {
className="block w-full" className="block w-full"
/> />
</div> </div>
)}
</div> </div>
</Panel> </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