Skip to content

Commit

Permalink
Test PR with session user change
Browse files Browse the repository at this point in the history
  • Loading branch information
jvc5546 committed Jul 24, 2023
1 parent 49906ae commit e2d9c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class App extends Component {
},
cost: 0,
session: {
name: 'Cindy',
lastName: 'Lopez',
username: 'cindy'
name: 'Ranchero',
lastName: 'Chido',
username: 'ElRancheroChido'
},
fixHeader: false
};
Expand Down

0 comments on commit e2d9c8e

Please sign in to comment.