chore: formatting
This commit is contained in:
parent
acc3b672bc
commit
6a7e950f21
|
@ -649,7 +649,7 @@ async function insertNote(
|
||||||
emojis: string[],
|
emojis: string[],
|
||||||
mentionedUsers: MinimumUser[],
|
mentionedUsers: MinimumUser[],
|
||||||
) {
|
) {
|
||||||
if (data.createdAt === null || data.createdAt === undefined ) {
|
if (data.createdAt === null || data.createdAt === undefined) {
|
||||||
data.createdAt = new Date();
|
data.createdAt = new Date();
|
||||||
}
|
}
|
||||||
const insert = new Note({
|
const insert = new Note({
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
><i class="icon ph-door ph-bold ph-fw ph-lg"></i
|
><i class="icon ph-door ph-bold ph-fw ph-lg"></i
|
||||||
><span class="text">{{ i18n.ts.controlPanel }}</span>
|
><span class="text">{{ i18n.ts.controlPanel }}</span>
|
||||||
</MkA>
|
</MkA>
|
||||||
<button
|
<button
|
||||||
v-click-anime
|
v-click-anime
|
||||||
v-tooltip.noDelay.right="i18n.ts.more"
|
v-tooltip.noDelay.right="i18n.ts.more"
|
||||||
class="item _button"
|
class="item _button"
|
||||||
|
|
Loading…
Reference in New Issue