We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226dbc4 commit aa9ed1dCopy full SHA for aa9ed1d
src/components/result/PidNameDisplay.tsx
@@ -8,7 +8,7 @@ import useSWRImmutable from "swr/immutable"
8
* @param pid A valid PID
9
* @constructor
10
*/
11
-export const PidNameDisplay = memo(function PidDisplay({ pid }: { pid: string }) {
+export const PidNameDisplay = memo(function PidNameDisplay({ pid }: { pid: string }) {
12
const resolveContent = useCallback(async (pid: string) => {
13
if (PidResolver.isPID(pid)) {
14
const content = await pidResolver.resolve(pid)
0 commit comments