Skip to content

Commit

Permalink
fix comment for getPopOverVerticalOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
pasyukevich committed Aug 28, 2023
1 parent ceca518 commit dec8f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/getPopOverVerticalOffset/index.desktop.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CONST from '../../CONST';
import GetPopOverVerticalOffset from './types';

// Adds the header padding with vertical offset on desktop
/** Adds the header padding with vertical offset on desktop */
const getPopOverVerticalOffset: GetPopOverVerticalOffset = (vertical) => ({
// We add CONST.DESKTOP_HEADER_GAP on desktop which we
// need to add to vertical offset to have proper vertical
Expand Down

0 comments on commit dec8f40

Please sign in to comment.