Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Harutaka Kawamura <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Apr 4, 2024
1 parent 93285e5 commit 132074f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run lint
run: |
yarn lint
- name: Run pretteir
- name: Run prettier
run: |
yarn prettier:check
- name: Run extract-i18n lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const ModelVersionTable = ({
modelEntity,
onMetadataUpdated,
usingNextModelsUI,
aliases
aliases,
}: ModelVersionTableProps) => {
const aliasesByVersion = useMemo(() => {
const result: Record<string, string[]> = {};
Expand Down

0 comments on commit 132074f

Please sign in to comment.