Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 7, 2024
1 parent 51fda4e commit def0830
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/app-dir/app-external/app/optout/action/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export default function Page() {
<p>{optoutDisplayValue}</p>
<button
onClick={async () => {
const value = await getDualOptoutValue()
setOptoutDisplayValue(value)
setOptoutDisplayValue(await getDualOptoutValue())
}}
>
dual-pkg-optout
Expand Down

0 comments on commit def0830

Please sign in to comment.