remove unused class
This commit is contained in:
parent
4df8d38e83
commit
9c115c87c7
|
@ -27,7 +27,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<template #body>
|
<template #body>
|
||||||
<MkNotes
|
<MkNotes
|
||||||
ref="notesEl"
|
ref="notesEl"
|
||||||
:class="$style.userTimelineNotes"
|
|
||||||
:pagination="pagination"
|
:pagination="pagination"
|
||||||
:disableAutoLoad="!normalizedEnableAutoLoad"
|
:disableAutoLoad="!normalizedEnableAutoLoad"
|
||||||
:noGap="true"
|
:noGap="true"
|
||||||
|
|
|
@ -26,7 +26,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<template #body>
|
<template #body>
|
||||||
<MkNotes
|
<MkNotes
|
||||||
ref="notesEl"
|
ref="notesEl"
|
||||||
:class="$style.userTimelineNotes"
|
|
||||||
:pagination="pagination"
|
:pagination="pagination"
|
||||||
:disableAutoLoad="!normalizedEnableAutoLoad"
|
:disableAutoLoad="!normalizedEnableAutoLoad"
|
||||||
:noGap="true"
|
:noGap="true"
|
||||||
|
|
|
@ -33,7 +33,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<template #body>
|
<template #body>
|
||||||
<MkNotes
|
<MkNotes
|
||||||
ref="notesEl"
|
ref="notesEl"
|
||||||
:class="$style.userTimelineNotes"
|
|
||||||
:pagination="pagination"
|
:pagination="pagination"
|
||||||
:disableAutoLoad="!normalizedEnableAutoLoad"
|
:disableAutoLoad="!normalizedEnableAutoLoad"
|
||||||
:noGap="true"
|
:noGap="true"
|
||||||
|
|
Loading…
Reference in New Issue