Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Mar 14, 2024
1 parent 12a6a99 commit 558a724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/RepositoryCard/RepositoryCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ export default {
object-fit: contain;
}
}
</style>
</style>
2 changes: 1 addition & 1 deletion static/js/organizations.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ export const getOrganizationStatus = org => {
return 'Guest'
else
return 'Collaborator'
}
}

0 comments on commit 558a724

Please sign in to comment.