@@ -50,7 +50,6 @@ import { emojify } from '../common/emoji';
5050import { GitHubRef } from '../common/githubRef' ;
5151import Logger from '../common/logger' ;
5252import { Remote } from '../common/remote' ;
53- import { Resource } from '../common/resources' ;
5453import { GITHUB_ENTERPRISE , OVERRIDE_DEFAULT_BRANCH , PR_SETTINGS_NAMESPACE , URI } from '../common/settingKeys' ;
5554import * as Common from '../common/timelineEvent' ;
5655import { DataUri , toOpenIssueWebviewUri , toOpenPullRequestWebviewUri } from '../common/uri' ;
@@ -1338,50 +1337,42 @@ export function getReactionGroup(): { title: string; label: string; icon?: strin
13381337 {
13391338 title : 'THUMBS_UP' ,
13401339 // allow-any-unicode-next-line
1341- label : 'π' ,
1342- icon : Resource . icons . reactions . THUMBS_UP ,
1340+ label : 'π'
13431341 } ,
13441342 {
13451343 title : 'THUMBS_DOWN' ,
13461344 // allow-any-unicode-next-line
1347- label : 'π' ,
1348- icon : Resource . icons . reactions . THUMBS_DOWN ,
1345+ label : 'π'
13491346 } ,
13501347 {
13511348 title : 'LAUGH' ,
13521349 // allow-any-unicode-next-line
1353- label : 'π' ,
1354- icon : Resource . icons . reactions . LAUGH ,
1350+ label : 'π'
13551351 } ,
13561352 {
13571353 title : 'HOORAY' ,
13581354 // allow-any-unicode-next-line
1359- label : 'π' ,
1360- icon : Resource . icons . reactions . HOORAY ,
1355+ label : 'π'
13611356 } ,
13621357 {
13631358 title : 'CONFUSED' ,
13641359 // allow-any-unicode-next-line
1365- label : 'π' ,
1366- icon : Resource . icons . reactions . CONFUSED ,
1360+ label : 'π'
13671361 } ,
13681362 {
13691363 title : 'HEART' ,
13701364 // allow-any-unicode-next-line
1371- label : 'β€οΈ' ,
1372- icon : Resource . icons . reactions . HEART ,
1365+ label : 'β€οΈ'
13731366 } ,
13741367 {
13751368 title : 'ROCKET' ,
13761369 // allow-any-unicode-next-line
1377- label : 'π' ,
1378- icon : Resource . icons . reactions . ROCKET ,
1370+ label : 'π'
13791371 } ,
13801372 {
13811373 title : 'EYES' ,
13821374 // allow-any-unicode-next-line
1383- label : 'π' ,
1384- icon : Resource . icons . reactions . EYES ,
1375+ label : 'π'
13851376 } ,
13861377 ] ;
13871378
0 commit comments