Skip to content

Commit

Permalink
remove code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Dec 30, 2024
1 parent 6640216 commit d797001
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type { ModuleError } from '@xyo-network/payload-model'
import type { FC } from 'react'
import React from 'react'

// calling the hook outside of the component since only can be called in functional component
export const ThrownErrorBoundary: FC<ThrownErrorBoundaryProps<ModuleError>> = (props) => {
return <ThrownErrorBoundaryBase<ModuleError> {...props} />
}

0 comments on commit d797001

Please sign in to comment.