mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -33,10 +33,8 @@ export const StickerManager = React.memo(
|
||||
i18n,
|
||||
}: Props) => {
|
||||
const focusRef = React.createRef<HTMLDivElement>();
|
||||
const [
|
||||
packToPreview,
|
||||
setPackToPreview,
|
||||
] = React.useState<StickerPackType | null>(null);
|
||||
const [packToPreview, setPackToPreview] =
|
||||
React.useState<StickerPackType | null>(null);
|
||||
|
||||
React.useEffect(() => {
|
||||
if (!knownPacks) {
|
||||
|
||||
Reference in New Issue
Block a user