Skip to content

Commit

Permalink
Fix ESLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Zagnetin committed Nov 18, 2023
1 parent 90a01e6 commit a4047b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import GroupProjectsChart from "../../charts/GroupProjectsChart.vue"
import DashboardPage from "../../common/DashboardPage.vue"
interface project {
pretty_name: String
real_name: String
pretty_name: string
real_name: string
}
const projects: project[] = [
{
Expand Down

0 comments on commit a4047b4

Please sign in to comment.