diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a1da68f0..47dc202a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: env: REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }} run: | - yarn run eslint | reviewdog -f=eslint -reporter=github-pr-review -fail-on-error=true + yarn run lint | reviewdog -f=eslint -reporter=github-pr-review -fail-on-error=true typecheck: runs-on: ubuntu-latest diff --git a/src/components/Compose.tsx b/src/components/Compose.tsx index 8f9376b7..477c2aba 100644 --- a/src/components/Compose.tsx +++ b/src/components/Compose.tsx @@ -75,7 +75,7 @@ type CustomEmojiCategory = { type CustomEmoji = { id: string name: string - keywords: Array + keywords: Array skins: Array<{ src: string }> } diff --git a/src/components/timelines/status/Body.tsx b/src/components/timelines/status/Body.tsx index e3906a31..10b482b0 100644 --- a/src/components/timelines/status/Body.tsx +++ b/src/components/timelines/status/Body.tsx @@ -1,6 +1,6 @@ import { Entity } from 'megalodon' import { useState } from 'react' -import { Button } from 'rsuite' +import { Button, ButtonIcon } from 'rsuite' import emojify from 'src/utils/emojify' type Props = {