linting
This commit is contained in:
parent
f0104fe1a9
commit
9d661bb96e
@ -82,7 +82,10 @@ async function loadGitlabRepo(args, response) {
|
||||
pageContent = doc.wiki.content;
|
||||
data.title = doc.wiki.title;
|
||||
data.docAuthor = repo.author;
|
||||
data.description = doc.wiki.format === "markdown" ? "GitLab Wiki Page (Markdown)" : "GitLab Wiki Page";
|
||||
data.description =
|
||||
doc.wiki.format === "markdown"
|
||||
? "GitLab Wiki Page (Markdown)"
|
||||
: "GitLab Wiki Page";
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
|
||||
@ -124,7 +124,7 @@ export default function GitlabOptions() {
|
||||
<p className="font-bold text-white">Settings</p>
|
||||
</label>
|
||||
<p className="text-xs font-normal text-white">
|
||||
{t("connectors.gitlab.token_description")}
|
||||
{t("connectors.gitlab.token_description")}
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex items-center gap-x-2 mb-3">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user