diff --git a/libs/shared/lib/inspector/InspectorPanel.tsx b/libs/shared/lib/inspector/InspectorPanel.tsx
index cbc35aefc3191b55141d062f965daacd8b25695d..074ad172e681bf4450408ae310c63008f8760def 100644
--- a/libs/shared/lib/inspector/InspectorPanel.tsx
+++ b/libs/shared/lib/inspector/InspectorPanel.tsx
@@ -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>
   );