chore: run latest prettier

This commit is contained in:
Justin Starry
2020-06-24 16:07:47 +08:00
committed by Justin Starry
parent 6171b55f50
commit ad75f08c43
50 changed files with 1055 additions and 1047 deletions

View File

@@ -12,7 +12,7 @@ type State = "hide" | "copy" | "copied";
function Popover({
state,
bottom,
right
right,
}: {
state: State;
bottom?: boolean;