Skip to content

Commit

Permalink
Update program id
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrp13 committed Apr 26, 2022
1 parent 4736381 commit 1cd3f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MovieList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Card } from './Card'
import { FC, useEffect, useState } from 'react'
import { Movie } from '../models/Movie'

const MOVIE_REVIEW_PROGRAM_ID = '4X5hVHsHeGHjLEB9hrUqQ57sEPcYPPfW54fndmQrsgCF'
const MOVIE_REVIEW_PROGRAM_ID = 'CenYq6bDRB7p73EjsPEpiYN7uveyPUTdXkDkgUduboaN'

export const MovieList: FC = () => {
const [movies, setMovies] = useState<Movie[]>([])
Expand Down

0 comments on commit 1cd3f3c

Please sign in to comment.