Skip to content

Commit

Permalink
remove stopships (#624)
Browse files Browse the repository at this point in the history
* remove stopships

* changeset
  • Loading branch information
handeyeco authored Jul 25, 2023
1 parent 54590cc commit 99a9375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/selfish-gorillas-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ type Props = {

valid: boolean;
backgroundImage: PerseusImageBackground;
markings: string; // STOPSHIP
markings: string; // TODO(jeremy)
showProtractor: boolean;
showRuler: boolean;
showTooltips: boolean;
rulerLabel: string;
rulerTicks: number;
correct: any; // STOPSHIP
correct: any; // TODO(jeremy)

graph: InteractiveGraphProps["graph"];
onChange: (props: Partial<Props>) => void;
Expand Down

0 comments on commit 99a9375

Please sign in to comment.