From aecbe9af8e6993373fb94c6e3cd25b35a6925e06 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Fri, 9 Apr 2021 14:24:37 -0700 Subject: [PATCH] Fix testID (#5302) --- app/components/profile_picture/profile_picture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/profile_picture/profile_picture.js b/app/components/profile_picture/profile_picture.js index 6180c7bb2..b8274dcd2 100644 --- a/app/components/profile_picture/profile_picture.js +++ b/app/components/profile_picture/profile_picture.js @@ -182,7 +182,7 @@ export default class ProfilePicture extends PureComponent { return ( {image} {(showStatus || edit) && (user && !user.is_bot) &&