Skip to content

do not show anything in the timesheets table if the type is user #740

do not show anything in the timesheets table if the type is user

do not show anything in the timesheets table if the type is user #740

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
- run: npm install
- run: npm run lint
- run: npm run build