Skip to content

Commit 42c868c

Browse files
committed
lint
1 parent 642d1d1 commit 42c868c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: static/app/views/releases/drawer/useReleasesDrawer.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function useReleasesDrawer() {
4848
openDrawer(
4949
() => <ReleasesDrawerDetails release={release} projectId={releaseProjectId} />,
5050
{
51-
shouldCloseOnLocationChange: newPathName => {
51+
shouldCloseOnLocationChange: () => {
5252
return false;
5353
},
5454
ariaLabel: t('Releases drawer'),
@@ -71,7 +71,7 @@ export function useReleasesDrawer() {
7171
/>
7272
),
7373
{
74-
shouldCloseOnLocationChange: newPathName => {
74+
shouldCloseOnLocationChange: () => {
7575
return false;
7676
},
7777
ariaLabel: t('Releases drawer'),

0 commit comments

Comments
 (0)