Fix extraneous newlines

This commit is contained in:
Claire
2023-05-28 18:06:09 +02:00
parent 382b2a506a
commit 5ed48e6878
56 changed files with 0 additions and 79 deletions

View File

@ -17,9 +17,6 @@ import Permalink from 'flavours/glitch/components/permalink';
import NotificationOverlayContainer from '../containers/overlay_container';
const messages = defineMessages({
authorize: { id: 'follow_request.authorize', defaultMessage: 'Authorize' },
reject: { id: 'follow_request.reject', defaultMessage: 'Reject' },

View File

@ -13,7 +13,6 @@ import NotificationFollowRequestContainer from '../containers/follow_request_con
import NotificationAdminSignup from './admin_signup';
import NotificationFollow from './follow';
export default class Notification extends ImmutablePureComponent {
static propTypes = {

View File

@ -5,7 +5,6 @@ import classNames from 'classnames';
import ImmutablePropTypes from 'react-immutable-proptypes';
export default class PillBarButton extends PureComponent {
static propTypes = {

View File

@ -10,7 +10,6 @@ import { changeSetting } from 'flavours/glitch/actions/settings';
import ColumnSettings from '../components/column_settings';
const messages = defineMessages({
clearMessage: { id: 'notifications.clear_confirmation', defaultMessage: 'Are you sure you want to permanently clear all your notifications?' },
clearConfirm: { id: 'notifications.clear', defaultMessage: 'Clear notifications' },