Fixing code styles

This commit is contained in:
Jesús Espino 2021-03-26 11:54:55 +01:00
parent 6f451aef3d
commit 252dcc2c50
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
interface ISharing {
id: string,
enabled: boolean,

View file

@ -12,7 +12,6 @@ import messages_oc from '../i18n/oc.json'
import messages_tr from '../i18n/tr.json'
import messages_zhHant from '../i18n/zh_Hant.json'
export function getMessages(lang: string): {[key: string]: string} {
switch (lang) {
case 'de':

View file

@ -4,7 +4,7 @@ import React from 'react'
import {injectIntl, IntlShape} from 'react-intl'
import {ActionMeta, ValueType, FormatOptionLabelMeta} from 'react-select'
import CreatableSelect from 'react-select/creatable'
import { CSSObject } from '@emotion/serialize';
import {CSSObject} from '@emotion/serialize'
import {IPropertyOption} from '../blocks/board'
import {Constants} from '../constants'