From 37d4f022c3969294436043ca5bc0f5ade1c28d5e Mon Sep 17 00:00:00 2001 From: Pablo Lamela Date: Tue, 3 Oct 2023 14:54:54 +0200 Subject: [PATCH] Temporary patch --- marlowe-playground-client/src/Page/Simulation/View.purs | 6 ------ 1 file changed, 6 deletions(-) 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" ]