Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
fix(client): unnecessary class on fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 21, 2021
1 parent 27b7c0f commit 0992d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/peeky-client/src/features/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import TestFiles from './test-file/TestFiles.vue'
<template #first>
<div class="h-full flex flex-col divide-y divide-gray-100 dark:divide-gray-800 relative">
<RunManager class="flex-none" />
<TestFiles class="flex-1 h-0" />
<TestFiles />
</div>
</template>

Expand Down

0 comments on commit 0992d33

Please sign in to comment.