diff --git a/remote/src/app/components/app-draw/app-draw.tsx b/remote/src/app/components/app-draw/app-draw.tsx
index 03998757b..d354f3413 100644
--- a/remote/src/app/components/app-draw/app-draw.tsx
+++ b/remote/src/app/components/app-draw/app-draw.tsx
@@ -315,13 +315,6 @@ export class AppDraw {
];
}
- // TODO: Unleash arrows
- // this.switchTool(e, DeckdeckgoDrawAction.ARROW)}>
- //
- // ,
-
private renderActions() {
return [
this.switchTool(e, DeckdeckgoDrawAction.CIRCLE)}>
,
+ this.switchTool(e, DeckdeckgoDrawAction.ARROW)}>
+
+ ,
this.switchTool(e, DeckdeckgoDrawAction.PENCIL)}>