diff --git a/marlowe-playground-client/src/Page/Simulation/View.purs b/marlowe-playground-client/src/Page/Simulation/View.purs index 4a1890fa4..7fa12cd5c 100644 --- a/marlowe-playground-client/src/Page/Simulation/View.purs +++ b/marlowe-playground-client/src/Page/Simulation/View.purs @@ -394,12 +394,6 @@ startSimulationWidget , onClick $ const DownloadAsJson ] [ text "Download as JSON" ] - , button - [ classNames - [ "btn", "bold", "flex-1", "max-w-[15rem]", "mx-2" ] - , onClick $ const ExportToRunner - ] - [ text "Export to Marlowe Runner" ] , button [ classNames [ "btn", "bold", "flex-1", "max-w-[15rem]", "mx-2" ]