Skip to content

Commit

Permalink
fix(ActivityTab): tab content class declaration
Browse files Browse the repository at this point in the history
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Edward Ly <contact@edward.ly>
  • Loading branch information
edward-ly and artonge committed Jul 22, 2024
1 parent 35cc3bd commit f969c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/ActivityTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
-->

<template>
<div :class="{ 'activity': true, 'icon-loading': loading }">
<div :class="{ 'icon-loading': loading }"
class="activity">
<!-- error message -->
<NcEmptyContent v-if="error" :name="error">
<template #icon>
Expand Down

0 comments on commit f969c10

Please sign in to comment.