Clean up contact utility file name
This commit is contained in:
parent
5938be0bff
commit
ee93168028
3 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2020 Signal Messenger, LLC
|
||||
// Copyright 2018-2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import React from 'react';
|
||||
|
@ -11,7 +11,7 @@ import {
|
|||
renderAvatar,
|
||||
renderContactShorthand,
|
||||
renderName,
|
||||
} from './_contactUtil';
|
||||
} from './contactUtil';
|
||||
|
||||
export type Props = {
|
||||
contact: EmbeddedContactType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue