mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
ref: Little refactoring
This commit is contained in:
parent
585464eef3
commit
63de346b0e
8 changed files with 42 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
|||
const escapeMarkdown = require('escape-markdown');
|
||||
const escapeHtml = require('escape-html');
|
||||
|
||||
const { formatTextWithMentions } = require('../../../utils/formatters');
|
||||
const { formatTextWithMentions } = require('../../../utils/mentions');
|
||||
|
||||
const buildTitle = (notification, t) => {
|
||||
switch (notification.type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue