mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -6,6 +6,5 @@ import React from 'react';
|
||||
|
||||
type PropsType = Record<string, never>;
|
||||
|
||||
export const SearchResultsLoadingFakeHeader: FunctionComponent<PropsType> = () => (
|
||||
<div className="module-SearchResultsLoadingFakeHeader" />
|
||||
);
|
||||
export const SearchResultsLoadingFakeHeader: FunctionComponent<PropsType> =
|
||||
() => <div className="module-SearchResultsLoadingFakeHeader" />;
|
||||
|
||||
Reference in New Issue
Block a user