Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiebe-Vercoutter committed May 19, 2022
1 parent 3fc0cb5 commit f721bb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function CreateProjectPage() {
return;
}

if (infoUrl !== "" && (!infoUrl.startsWith("https://") && !infoUrl.startsWith("http://"))) {
if (infoUrl !== "" && !infoUrl.startsWith("https://") && !infoUrl.startsWith("http://")) {
toast.error("InfoUrl should start with https:// or http://", {
toastId: "createProjectBadUrl",
});
Expand Down

0 comments on commit f721bb3

Please sign in to comment.