Skip to content

Commit

Permalink
fix(notch): remove pixel 3a from devicesWithNotch.ts (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
soonoo committed Apr 18, 2021
1 parent 7260f21 commit ee959d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/internal/devicesWithNotch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ const devicesWithNotch: NotchDevice[] = [
brand: 'google',
model: 'Pixel 3 XL',
},
{
brand: 'google',
model: 'Pixel 3a',
},
{
brand: 'google',
model: 'Pixel 4a',
Expand Down

0 comments on commit ee959d9

Please sign in to comment.