mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Introduce the new Settings tab
Co-authored-by: Jamie Kyle <jamie@signal.org> Co-authored-by: Fedor Indutny <indutny@signal.org> Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,7 @@ export const SmartChatColorPicker = memo(function SmartChatColorPicker({
|
||||
};
|
||||
|
||||
const getConversationsWithCustomColor = useCallback(
|
||||
async (colorId: string): Promise<Array<ConversationType>> => {
|
||||
(colorId: string): Array<ConversationType> => {
|
||||
return conversationWithCustomColorSelector(colorId);
|
||||
},
|
||||
[conversationWithCustomColorSelector]
|
||||
|
||||
Reference in New Issue
Block a user