Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-desmond committed Feb 15, 2024
1 parent 8c88f92 commit e8db7c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const OutcomeGenerator: FC<OutcomeGeneratorProps> = () => {
// Pull Outcome Content here instead on load
const loadOutcomeResults = useCallback(async () => {
setLoading(true);
// TODO: Default to Corporate theme, will need to fix this line when theme switching is implemented again
const outcomeResult = await outcomeService.GetOutcome();

if (outcomeResult?.results) {
Expand Down

0 comments on commit e8db7c5

Please sign in to comment.