Skip to content

Commit

Permalink
canary commit #1
Browse files Browse the repository at this point in the history
  • Loading branch information
leithonenglish committed Mar 10, 2022
1 parent b6080d8 commit 9555262
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -222,7 +222,7 @@ const InfoIndicatorButton = ({
[BuildStatus.BUILDING]: displaySimpleMessage(`Building your preview...`),
[BuildStatus.QUEUED]: () =>
displaySimpleMessage(`Kicking off your build...`),
[BuildStatus.UPLOADING]: () => displaySimpleMessage(`Deploying...`),
[BuildStatus.UPLOADING]: () => displaySimpleMessage(`Deploying.....`),
}

// this is because the build status enum is used for ui state - so we can't have 1 ui state that covers multiple build statuses.
Expand Down

0 comments on commit 9555262

Please sign in to comment.